Searched refs:has_pending_exception (Results 1 – 25 of 26) sorted by relevance
12
216 bool has_pending_exception = in TEST() local220 CHECK(!has_pending_exception); in TEST()305 bool has_pending_exception = in TEST() local309 CHECK(!has_pending_exception); in TEST()
94 CHECK(isolate->has_pending_exception()); in CheckThrows()105 CHECK(isolate->has_pending_exception()); in CheckThrowsReturnMessage()
70 bool has_pending_exception = false78 if (has_pending_exception) { \1689 has_pending_exception = !i::Execution::Call( in Run()1757 has_pending_exception = result.is_null(); in CompileUnbound()1758 if (has_pending_exception && script_data != NULL) { in CompileUnbound()1862 has_pending_exception = result.is_null(); in Compile()1863 if (has_pending_exception) isolate->ReportPendingMessages(); in Compile()1998 has_pending_exception = !maybe.has_value; in StackTrace()2145 has_pending_exception = !CallV8HeapFunction( in GetLineNumber()2180 has_pending_exception = !CallV8HeapFunction( in GetStartColumn()[all …]
82 DCHECK(attrs.has_value || isolate->has_pending_exception()); in UnscopableLookup()98 DCHECK(isolate->has_pending_exception()); in UnscopableLookup()153 DCHECK(!isolate->has_pending_exception()); in Lookup()
433 if (isolate()->has_pending_exception()) { in CreateGraph()648 if (!isolate->has_pending_exception()) isolate->StackOverflow(); in CompileUnoptimizedCode()764 DCHECK(!info->isolate()->has_pending_exception()); in GetOptimizedCodeNow()813 DCHECK(!function->GetIsolate()->has_pending_exception()); in GetUnoptimizedCode()829 DCHECK(!function->GetIsolate()->has_pending_exception()); in GetLazyCode()875 DCHECK(!shared->GetIsolate()->has_pending_exception()); in GetUnoptimizedCode()948 DCHECK(!isolate->has_pending_exception()); in GetDebugCode()1317 DCHECK(!isolate->has_pending_exception()); in GetOptimizedCode()1345 if (isolate->has_pending_exception()) isolate->clear_pending_exception(); in GetOptimizedCode()
805 if (has_pending_exception() && in CancelTerminateExecution()869 if (has_pending_exception()) { in ScheduleThrow()1010 DCHECK(!has_pending_exception()); in DoThrow()1164 DCHECK(has_pending_exception()); in HasExternalTryCatch()1201 DCHECK(has_pending_exception()); in ReportPendingMessages()1233 DCHECK(has_pending_exception()); in GetMessageLocation()1251 DCHECK(has_pending_exception()); in OptionalRescheduleException()1779 DCHECK(has_pending_exception()); in PropagatePendingExceptionToExternalTryCatch()
100 DCHECK(has_exception == isolate->has_pending_exception()); in Invoke()173 DCHECK(isolate->has_pending_exception()); in TryCall()186 DCHECK(!isolate->has_pending_exception()); in TryCall()
125 DCHECK((isolate)->has_pending_exception()); \156 DCHECK((isolate)->has_pending_exception()); \561 DCHECK(has_pending_exception()); in THREAD_LOCAL_TOP_ACCESSOR()580 bool has_pending_exception() { in has_pending_exception() function
86 if (isolate->has_pending_exception()) { in ReportMessage()
152 if (result == EXCEPTION && !isolate->has_pending_exception()) { in Execute()
310 DCHECK(!isolate_->has_pending_exception()); in FreeThreadResources()
751 DCHECK(isolate->has_pending_exception()); in CompileDebuggerScript()766 DCHECK(!isolate->has_pending_exception()); in CompileDebuggerScript()772 DCHECK(!isolate->has_pending_exception()); in CompileDebuggerScript()3109 if (!isolate()->has_pending_exception()) debug_->ClearMirrorCache(); in ~DebugScope()
208 if (isolate_->has_pending_exception()) return Handle<Object>::null(); in ParseJson()
1412 DCHECK(isolate->has_pending_exception() != result); in CompileNative()2385 DCHECK(isolate->has_pending_exception() != result); in InstallExtension()2464 DCHECK(isolate()->has_pending_exception()); in ConfigureApiObject()
559 isolate->has_pending_exception()); in IrregexpExecRaw()606 DCHECK(!isolate->has_pending_exception()); in IrregexpExecRaw()632 DCHECK(isolate->has_pending_exception()); in IrregexpExec()654 DCHECK(isolate->has_pending_exception()); in IrregexpExec()
325 DCHECK(!isolate->has_pending_exception()); in MakeCode()
992 if (isolate->has_pending_exception()) { in FunctionLengthGetter()
2014 DCHECK(!isolate->has_pending_exception()); in GetOwnProperty()2305 if (isolate->has_pending_exception()) return result; in RUNTIME_FUNCTION()4204 if (isolate->has_pending_exception()) return isolate->heap()->exception(); in RUNTIME_FUNCTION()5687 DCHECK(!isolate->has_pending_exception()); in RUNTIME_FUNCTION()9245 DCHECK(!isolate->has_pending_exception()); in RUNTIME_FUNCTION()9383 if (isolate->has_pending_exception()) { in LoadLookupSlotHelper()9498 if (isolate->has_pending_exception()) return isolate->heap()->exception(); in RUNTIME_FUNCTION()12330 DCHECK(isolate_->has_pending_exception()); in RetrieveScopeChain()
865 if (isolate->has_pending_exception()) { in GatherCompileInfo()
2113 DCHECK(!isolate()->has_pending_exception()); in NewArgumentsObject()
122 if (it->isolate()->has_pending_exception()) return maybe_result; in GetProperty()2851 if (it->isolate()->has_pending_exception()) return maybe_result; in SetProperty()4942 if (it.isolate()->has_pending_exception()) return maybe_result; in DeleteProperty()
1395 CHECK(isolate->has_pending_exception()); in TEST()1402 CHECK(isolate->has_pending_exception()); in TEST()1419 CHECK(isolate->has_pending_exception()); \
1298 CHECK(isolate->has_pending_exception()); in TEST()
1286 CHECK(isolate->has_pending_exception()); in TestParserSyncWithFlags()
10584 DCHECK(!CcTest::i_isolate()->has_pending_exception()); in THREADED_TEST()13142 CHECK(!CcTest::i_isolate()->has_pending_exception()); in ThrowingCallbackWithTryCatch()