Searched refs:ExceptionResult (Results 1 – 2 of 2) sorted by relevance
36 class ExceptionResult(): class73 done_queue.put(ExceptionResult(e))
392 using ExceptionResult = WasmInterpreter::Thread::ExceptionHandlingResult; in Unwind() typedef393 ExceptionResult result = thread->HandleException(isolate_); in Unwind()395 CHECK_EQ(ExceptionResult::UNWOUND, result); in Unwind()