Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_executor.h243 uint32_t loopCount = PeekStack(); in HandleOpLoop() local
244 SetStackValue(++loopCount); in HandleOpLoop()
245 if (loopCount < loopMax) { in HandleOpLoop()
247 if (loopCount >= quantifyMin) { in HandleOpLoop()
253 if (!isGreedy && (loopCount < quantifyMax)) { in HandleOpLoop()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js84224 this.loopCount = void 0;
84252 this.loopCount = 0;
87564 if (t.loopCount > t.lastLoop) {
87566 t.lastLoop = t.loopCount;
88846 t.loopCount++;