Home
last modified time | relevance | path

Searched refs:has_pending_exception (Results 1 – 25 of 26) sorted by relevance

12

/external/v8/test/cctest/compiler/
Dtest-codegen-deopt.cc216 bool has_pending_exception = in TEST() local
220 CHECK(!has_pending_exception); in TEST()
305 bool has_pending_exception = in TEST() local
309 CHECK(!has_pending_exception); in TEST()
Dfunction-tester.h94 CHECK(isolate->has_pending_exception()); in CheckThrows()
105 CHECK(isolate->has_pending_exception()); in CheckThrowsReturnMessage()
/external/v8/src/
Dapi.cc70 bool has_pending_exception = false
78 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 …]
Dcontexts.cc82 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()
Dcompiler.cc433 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()
Disolate.cc805 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()
Dexecution.cc100 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()
Disolate.h125 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
Dmessages.cc86 if (isolate->has_pending_exception()) { in ReportMessage()
Dregexp-macro-assembler.cc152 if (result == EXCEPTION && !isolate->has_pending_exception()) { in Execute()
Dv8threads.cc310 DCHECK(!isolate_->has_pending_exception()); in FreeThreadResources()
Ddebug.cc751 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()
Djson-parser.h208 if (isolate_->has_pending_exception()) return Handle<Object>::null(); in ParseJson()
Dbootstrapper.cc1412 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()
Djsregexp.cc559 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()
Dfull-codegen.cc325 DCHECK(!isolate->has_pending_exception()); in MakeCode()
Daccessors.cc992 if (isolate->has_pending_exception()) { in FunctionLengthGetter()
Druntime.cc2014 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()
Dliveedit.cc865 if (isolate->has_pending_exception()) { in GatherCompileInfo()
Dfactory.cc2113 DCHECK(!isolate()->has_pending_exception()); in NewArgumentsObject()
Dobjects.cc122 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()
/external/v8/test/cctest/
Dtest-strings.cc1395 CHECK(isolate->has_pending_exception()); in TEST()
1402 CHECK(isolate->has_pending_exception()); in TEST()
1419 CHECK(isolate->has_pending_exception()); \
Dtest-regexp.cc1298 CHECK(isolate->has_pending_exception()); in TEST()
Dtest-parsing.cc1286 CHECK(isolate->has_pending_exception()); in TestParserSyncWithFlags()
Dtest-api.cc10584 DCHECK(!CcTest::i_isolate()->has_pending_exception()); in THREADED_TEST()
13142 CHECK(!CcTest::i_isolate()->has_pending_exception()); in ThrowingCallbackWithTryCatch()

12