Home
last modified time | relevance | path

Searched defs:isGreedy (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
Dregexp_parser.cpp786 bool RegExpParser::ParseQuantifierPrefix(int &min, int &max, bool &isGreedy) in ParseQuantifierPrefix()
842 bool isGreedy = true; in ParseQuantifier() local
Dregexp_executor.h263 bool isGreedy = opCode == RegExpOpCode::OP_LOOP_GREEDY; in HandleOpLoop() local
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_executor.h256 bool isGreedy = opCode == RegExpOpCode::OP_LOOP_GREEDY; in HandleOpLoop() local
Dregexp_parser.cpp795 bool isGreedy = true; in ParseQuantifier() local