Home
last modified time | relevance | path

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

/ark/js_runtime/ecmascript/regexp/
Dregexp_executor.cpp282 uint32_t quantifyMax = byteCode.GetU32(GetCurrentPC() + LOOP_MAX_OFFSET); in HandleOpLoop() local
288 uint32_t loopMax = isGreedy ? quantifyMax : quantifyMin; in HandleOpLoop()
300 if (!isGreedy && (loopCount < quantifyMax)) { in HandleOpLoop()