Home
last modified time | relevance | path

Searched refs:ParseAlternative (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/es2panda/lexer/regexp/
Dregexp.h60 void ParseAlternative();
Dregexp.cpp115 void RegExpParser::ParseAlternative() in ParseAlternative() function in panda::es2panda::lexer::RegExpParser
211 ParseAlternative(); in ParseAlternatives()
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser.h92 void ParseAlternative(bool isBackward);
Dregexp_parser.cpp115 ParseAlternative(isBackward); in ParseDisjunction()
127 ParseAlternative(isBackward); in ParseDisjunction()
232 void RegExpParser::ParseAlternative(bool isBackward) in ParseAlternative() function in panda::ecmascript::RegExpParser