Home
last modified time | relevance | path

Searched defs:isBackward (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
Dregexp_parser.cpp177 void RegExpParser::ParseDisjunction(bool isBackward) in ParseDisjunction()
299 void RegExpParser::ParseAlternative(bool isBackward) in ParseAlternative()
550 bool RegExpParser::ParseAssertionCapture(int *captureIndex, bool isBackward) in ParseAssertionCapture()
955 int RegExpParser::ParseAtomEscape(bool isBackward) in ParseAtomEscape()
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser.cpp122 void RegExpParser::ParseDisjunction(bool isBackward) in ParseDisjunction()
326 void RegExpParser::ParseAlternative(bool isBackward) in ParseAlternative()
587 bool RegExpParser::ParseAssertionCapture(int *captureIndex, bool isBackward) in ParseAssertionCapture()
1015 int RegExpParser::ParseAtomEscape(bool isBackward) in ParseAtomEscape()