Home
last modified time | relevance | path

Searched defs:captureEnd (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_executor.h27 const uint8_t *captureEnd; member
335 const uint8_t *captureEnd = captureResultList_[captureIndex].captureEnd; in HandleOpBackReference() local
Dregexp_parser.cpp697 void RegExpParser::ParseQuantifier(size_t atomBcStart, int captureStart, int captureEnd) in ParseQuantifier()
Dregexp_opcode.cpp323 …auto captureEnd = static_cast<uint8_t>(end & 0xffU); // NOLINTNEXTLINE(readability-magic-numb… in InsertOpCode() local