Home
last modified time | relevance | path

Searched defs:isGreedy (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/regexp/
H A Dregexp_executor.h255 bool isGreedy = opCode == RegExpOpCode::OP_LOOP_GREEDY; in HandleOpLoop() local
H A Dregexp_parser.cpp795 bool isGreedy = true; in ParseQuantifier() local
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
H A Dregexp_parser.cpp748 bool RegExpParser::ParseQuantifierPrefix(int &min, int &max, bool &isGreedy) in ParseQuantifierPrefix() argument
804 bool isGreedy = true; in ParseQuantifier() local

Completed in 6 milliseconds