Home
last modified time | relevance | path

Searched refs:toUnwind (Results 1 – 1 of 1) sorted by path

/dports/www/kf5-kjs/kjs-5.89.0/src/kjs/
H A Dnodes2bytecode.cpp1336 int toUnwind = 0; in handleJumpOut() local
1344 ++toUnwind; in handleJumpOut()
1366 if (toUnwind) { in handleJumpOut()
1367 OpValue unwind = OpValue::immInt32(toUnwind); in handleJumpOut()