Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/lexer/regexp/
Dregexp.h69 void ParseAtomEscape();
Dregexp.cpp127 ParseAtomEscape(); in ParseAlternative()
447 void RegExpParser::ParseAtomEscape() in ParseAtomEscape() function in panda::es2panda::lexer::RegExpParser
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser.h96 int ParseAtomEscape(bool isBackward);
Dregexp_parser.cpp282 int atomValue = ParseAtomEscape(isBackward); in ParseAlternative()
892 int RegExpParser::ParseAtomEscape(bool isBackward) in ParseAtomEscape() function in panda::ecmascript::RegExpParser