Lines Matching defs:exception
924 // We make an exception if the serializer is enabled, which means that the
2860 // If an exception was caught and rethrow_ is indicated, the saved
2873 // If an exception was caught but is still scheduled because no API call
2905 // Check for out of memory exception.
2906 i::Object exception(reinterpret_cast<i::Address>(exception_));
2907 return v8::Utils::ToLocal(i::Handle<i::Object>(exception, isolate_));
2914 Local<Value> exception) {
2915 i::Handle<i::Object> i_exception = Utils::OpenHandle(*exception);
2948 // If an exception was caught but is still scheduled because no API call
5235 // Restore the map if an exception prevented restoration.
6111 bool TryHandleWebAssemblyTrapWindows(EXCEPTION_POINTERS* exception) {
6113 return i::trap_handler::TryHandleWasmTrap(exception);
6847 // TODO(dcarney): throw a context free exception.
6920 // TODO(dcarney): throw a context free exception.
6942 // TODO(dcarney): throw a context free exception.
7913 void WasmModuleObjectBuilderStreaming::Abort(MaybeLocal<Value> exception) {}
7976 // version that throws an exception or otherwise does not crash.
8173 // version that throws an exception or otherwise does not crash.
8436 // If we're passed an empty handle, we throw an undefined exception
9693 Local<Value> exception) {
9694 i::Handle<i::Object> obj = Utils::OpenHandle(*exception);
9702 Local<StackTrace> Exception::GetStackTrace(Local<Value> exception) {
9703 i::Handle<i::Object> obj = Utils::OpenHandle(*exception);
10463 void WasmStreaming::Abort(MaybeLocal<Value> exception) { UNREACHABLE(); }
10648 // exception handling and microtask running logic in CallDepthScope.