Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Dexecution.cc469 bool is_termination = false; in InvokeWithTryCatch() local
492 is_termination = true; in InvokeWithTryCatch()
506 if (is_termination && params.reschedule_terminate) { in InvokeWithTryCatch()