Home
last modified time | relevance | path

Searched refs:catch_reached (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc354 bool catch_reached = false; member
1231 if (!block->try_info->catch_reached) { in CatchException()
1286 if (block->try_info->catch_reached) { in Delegate()
1294 if (!target->try_info->catch_reached) { in Delegate()
1298 target->try_info->catch_reached = true; in Delegate()
1323 if (!block->try_info->catch_reached) { in CatchAll()
1452 if (c->try_info->catch_reached) { in FinishTry()
1464 if (c->try_info->catch_reached) { in FinishTry()
4387 if (!current_try->try_info->catch_reached) {
4391 current_try->try_info->catch_reached
[all...]

Completed in 6 milliseconds