Home
last modified time | relevance | path

Searched defs:captureIndex (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
H A Dregexp_executor.h189 uint32_t captureIndex = byteCode.GetU8(GetCurrentPC() + 1); in HandleOpSaveStart() local
H A Dregexp_executor.cpp531 uint32_t captureIndex = byteCode.GetU8(GetCurrentPC() + 1); in HandleOpBackReference() local
H A Dregexp_parser.cpp159 int captureIndex = captureCount_++; in Parse() local
307 int captureIndex = 0; in ParseAlternative() local
538 int captureIndex = 1; in FindGroupName() local
550 bool RegExpParser::ParseAssertionCapture(int *captureIndex, boo argument
907 int captureIndex = 1; ParseCaptureCount() local
[all...]
/arkcompiler/ets_runtime/ecmascript/regexp/
H A Dregexp_executor.h175 uint32_t captureIndex = byteCode.GetU8(GetCurrentPC() + 1); in HandleOpSaveStart() local
187 uint32_t captureIndex = byteCode.GetU8(GetCurrentPC() + 1); in HandleOpSaveEnd() local
367 uint32_t captureIndex = byteCode.GetU8(GetCurrentPC() + 1); in HandleOpBackReference() local
[all...]
H A Dregexp_parser.cpp85 int captureIndex = captureCount_++; in Parse() local
334 int captureIndex = 0; in ParseAlternative() local
575 int captureIndex = 1; in FindGroupName() local
587 bool RegExpParser::ParseAssertionCapture(int *captureIndex, boo argument
967 int captureIndex = 1; ParseCaptureCount() local
[all...]
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_regexp.cpp1745 uint32_t captureIndex = 1; in RegExpSplitFast() local
2060 uint32_t captureIndex = 1; in RegExpBuiltinExec() local
[all...]

Completed in 12 milliseconds