Lines Matching refs:exception
54 // exception.
62 if (!maybe.IsJust()) return isolate->heap()->exception();
84 // If hasRestrictedGlobal is true, throw a SyntaxError exception.
86 // If fnDefinable is false, throw a TypeError exception.
151 // If hasRestrictedGlobal is true, throw a SyntaxError exception.
238 // exception.
240 // Throw a SyntaxError exception.
253 // If fnDefinable is false, throw a TypeError exception.
614 // exception.
624 if (!maybe.IsJust()) return isolate->heap()->exception();
628 // exception.
630 // If hasRestrictedGlobal is true, throw a SyntaxError exception.
835 // In case of JSProxy, an exception might have been thrown.
836 if (isolate->has_pending_exception()) return isolate->heap()->exception();
850 MAYBE_RETURN(result, isolate->heap()->exception());
914 // The property doesn't exist - throw exception.
953 MakePair(isolate->heap()->exception(), nullptr));
971 // In case of JSProxy, an exception might have been thrown.