]> git.kaiwu.me - njs.git/commit
Implemented RegExp getters according to the specification.
authorDmitry Volyntsev <xeioex@nginx.com>
Sat, 5 Jun 2021 11:58:00 +0000 (11:58 +0000)
committerDmitry Volyntsev <xeioex@nginx.com>
Sat, 5 Jun 2021 11:58:00 +0000 (11:58 +0000)
commit352cfb3ea3c8d15c64707b045f251d1f4f3ae5da
tree7ffe133e56b94924f462976878c80e0f844899b8
parent46dc1a889a567fc787758cd8ed826a6970ee2cab
Implemented RegExp getters according to the specification.
src/njs_regexp.c
src/njs_regexp_pattern.h
src/njs_value.c
src/njs_value.h
src/test/njs_unit_test.c