Home
last modified time | relevance | path

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

/external/v8/tools/testrunner/local/
Dpool.py36 class ExceptionResult(): class
73 done_queue.put(ExceptionResult(e))
/external/v8/src/wasm/
Dwasm-debug.cc392 using ExceptionResult = WasmInterpreter::Thread::ExceptionHandlingResult; in Unwind() typedef
393 ExceptionResult result = thread->HandleException(isolate_); in Unwind()
395 CHECK_EQ(ExceptionResult::UNWOUND, result); in Unwind()