Lines Matching defs:HandleException
1208 WasmInterpreter::Thread::ExceptionHandlingResult HandleException(
2073 return HandleException(isolate) == WasmInterpreter::Thread::HANDLED;
2701 if (HandleException(isolate) == WasmInterpreter::Thread::UNWOUND) {
3026 WasmInterpreter::Thread::HandleException(Isolate* isolate) {
3027 return ToImpl(this)->HandleException(isolate);