Home
last modified time | relevance | path

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

12

/external/v8/src/
Disolate-inl.h22 DCHECK(has_pending_exception()); in pending_exception()
40 bool Isolate::has_pending_exception() { in has_pending_exception() function
Dapi.cc85 bool has_pending_exception = false
120 if (has_pending_exception) { \
1713 has_pending_exception = in Run()
1784 has_pending_exception = result.is_null(); in CompileUnboundInternal()
1785 if (has_pending_exception && script_data != NULL) { in CompileUnboundInternal()
1913 has_pending_exception = in CompileFunctionInContext()
1919 has_pending_exception = in CompileFunctionInContext()
1926 has_pending_exception = !factory->NewConsString(source_string, brackets) in CompileFunctionInContext()
1934 has_pending_exception = in CompileFunctionInContext()
1941 has_pending_exception = in CompileFunctionInContext()
[all …]
Dexecution.cc109 DCHECK(has_exception == isolate->has_pending_exception()); in Invoke()
154 DCHECK(has_exception == isolate->has_pending_exception()); in Call()
205 DCHECK(isolate->has_pending_exception()); in TryCall()
218 DCHECK(!isolate->has_pending_exception()); in TryCall()
Dcompiler.cc522 if (isolate()->has_pending_exception()) { in CreateGraph()
764 if (!isolate->has_pending_exception()) isolate->StackOverflow(); in CompileUnoptimizedCode()
821 if (!isolate->has_pending_exception()) isolate->StackOverflow(); in CompileBaselineCode()
968 DCHECK(!isolate->has_pending_exception()); in GetOptimizedCodeNow()
1017 DCHECK(!function->GetIsolate()->has_pending_exception()); in GetUnoptimizedCode()
1034 DCHECK(!isolate->has_pending_exception()); in GetLazyCode()
1055 if (isolate->has_pending_exception()) isolate->clear_pending_exception(); in GetLazyCode()
1758 DCHECK(!isolate->has_pending_exception()); in GetOptimizedCode()
1773 if (isolate->has_pending_exception()) isolate->clear_pending_exception(); in GetOptimizedCode()
Disolate.h130 DCHECK((isolate)->has_pending_exception()); \
155 DCHECK((isolate)->has_pending_exception()); \
561 inline bool has_pending_exception();
Disolate.cc894 if (has_pending_exception() && in CancelTerminateExecution()
987 DCHECK(!has_pending_exception()); in Throw()
1059 DCHECK(!has_pending_exception()); in ReThrow()
1224 if (has_pending_exception()) { in ScheduleThrow()
1494 DCHECK(has_pending_exception()); in GetMessageLocation()
1512 DCHECK(has_pending_exception()); in OptionalRescheduleException()
Dv8threads.cc305 DCHECK(!isolate_->has_pending_exception()); in FreeThreadResources()
Dmessages.cc72 if (isolate->has_pending_exception()) { in ReportMessage()
Dcontexts.cc301 DCHECK(!isolate->has_pending_exception()); in Lookup()
Dapi-natives.cc320 bool has_exception = isolate_->has_pending_exception(); in ~InvokeScope()
Dlookup.cc31 DCHECK(isolate->has_pending_exception()); in PropertyOrElement()
/external/v8/src/runtime/
Druntime-scopes.cc138 if (isolate->has_pending_exception()) return result; in RUNTIME_FUNCTION()
246 if (isolate->has_pending_exception()) return isolate->heap()->exception(); in DeclareLookupSlot()
354 if (isolate->has_pending_exception()) return isolate->heap()->exception(); in RUNTIME_FUNCTION()
790 if (isolate->has_pending_exception()) return name_clash_result; in RUNTIME_FUNCTION()
953 DCHECK(!isolate->has_pending_exception()); in RUNTIME_FUNCTION()
975 if (isolate->has_pending_exception()) return isolate->heap()->exception(); in RUNTIME_FUNCTION()
1028 if (isolate->has_pending_exception()) { in LoadLookupSlotHelper()
1130 if (isolate->has_pending_exception()) return isolate->heap()->exception(); in RUNTIME_FUNCTION()
Druntime-observe.cc73 if (isolate->has_pending_exception()) { in RUNTIME_FUNCTION()
Druntime-interpreter.cc158 if (isolate->has_pending_exception()) { in RUNTIME_FUNCTION()
Druntime-compiler.cc61 if (isolate->has_pending_exception()) { // Possible stack overflow. in CompileOptimized()
Druntime-debug.cc1306 DCHECK(isolate->has_pending_exception()); in RUNTIME_FUNCTION()
1545 DCHECK(isolate->has_pending_exception()); in RUNTIME_FUNCTION()
1565 DCHECK(isolate->has_pending_exception()); in RUNTIME_FUNCTION()
Druntime-strings.cc122 if (isolate->has_pending_exception()) return isolate->heap()->exception(); in RUNTIME_FUNCTION()
129 if (isolate->has_pending_exception()) return isolate->heap()->exception(); in RUNTIME_FUNCTION()
Druntime-object.cc221 DCHECK(!isolate->has_pending_exception()); in GetOwnProperty()
649 DCHECK(!isolate->has_pending_exception()); in RUNTIME_FUNCTION()
/external/v8/test/cctest/compiler/
Dfunction-tester.h76 CHECK(isolate->has_pending_exception()); in CheckThrows()
86 CHECK(isolate->has_pending_exception()); in CheckThrowsReturnMessage()
/external/v8/src/regexp/
Dregexp-macro-assembler.cc196 if (result == EXCEPTION && !isolate->has_pending_exception()) { in Execute()
/external/v8/test/cctest/
Dtest-strings.cc1459 CHECK(isolate->has_pending_exception()); in TEST()
1466 CHECK(isolate->has_pending_exception()); in TEST()
1484 CHECK(isolate->has_pending_exception()); \
/external/v8/src/debug/
Ddebug-evaluate.cc74 if (isolate->has_pending_exception()) return MaybeHandle<Object>(); in Local()
Ddebug-scopes.cc424 DCHECK(isolate_->has_pending_exception()); in RetrieveScopeChain()
/external/v8/src/compiler/
Djs-inlining.cc385 if (info_->isolate()->has_pending_exception()) { in ReduceJSCall()
/external/v8/src/parsing/
Djson-parser.h215 if (isolate_->has_pending_exception()) return Handle<Object>::null(); in ParseJson()

12