Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-interpreter.h114 enum ExceptionHandlingResult { HANDLED, UNWOUND }; enumerator
Dwasm-debug.cc221 return result == WasmInterpreter::Thread::HANDLED; in Execute()
Dwasm-interpreter.cc2073 return HandleException(isolate) == WasmInterpreter::Thread::HANDLED; in DoStackCheck()