Home
last modified time | relevance | path

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

12

/external/v8/src/runtime/
Druntime-proxy.cc54 DCHECK(isolate->has_pending_exception()); in RUNTIME_FUNCTION()
77 DCHECK(isolate->has_pending_exception()); in RUNTIME_FUNCTION()
Druntime-scopes.cc186 if (isolate->has_pending_exception()) return result; in DeclareGlobals()
249 DCHECK(!isolate->has_pending_exception()); in DeclareEvalHelper()
682 if (isolate->has_pending_exception()) return name_clash_result; in RUNTIME_FUNCTION()
771 if (isolate->has_pending_exception()) in RUNTIME_FUNCTION()
803 if (isolate->has_pending_exception()) return MaybeHandle<Object>(); in LoadLookupSlot()
906 if (isolate->has_pending_exception()) return MaybeHandle<Object>(); in StoreLookupSlot()
Druntime-strings.cc126 if (isolate->has_pending_exception()) in RUNTIME_FUNCTION()
134 if (isolate->has_pending_exception()) in RUNTIME_FUNCTION()
170 DCHECK(isolate->has_pending_exception()); in RUNTIME_FUNCTION()
Druntime-wasm.cc275 DCHECK(isolate->has_pending_exception()); in RUNTIME_FUNCTION()
/external/v8/src/
Dapi.cc137 bool has_pending_exception = false
146 bool has_pending_exception = false
197 if (has_pending_exception) { \
2136 has_pending_exception = !ToLocal<Value>( in Run()
2303 has_pending_exception = !i::Module::Instantiate( in InstantiateModule()
2323 has_pending_exception = !ToLocal(i::Module::Evaluate(isolate, self), &result); in Evaluate()
2403 has_pending_exception = !maybe_function_info.ToHandle(&result); in CompileUnboundInternal()
2549 has_pending_exception = in CompileFunctionInContext()
2598 has_pending_exception = !maybe_function_info.ToHandle(&result); in Compile()
2599 if (has_pending_exception) isolate->ReportPendingMessages(); in Compile()
[all …]
Disolate-inl.h38 DCHECK(has_pending_exception()); in pending_exception()
56 bool Isolate::has_pending_exception() { in has_pending_exception() function
Dmessages.cc88 if (isolate->has_pending_exception()) { in ReportMessage()
116 DCHECK(isolate->has_pending_exception()); in ReportMessage()
382 DCHECK(isolate_->has_pending_exception()); in GetMethodName()
439 DCHECK(isolate_->has_pending_exception()); in GetTypeName()
896 DCHECK(isolate->has_pending_exception()); in AppendErrorString()
905 DCHECK(isolate->has_pending_exception()); in AppendErrorString()
1001 DCHECK(isolate->has_pending_exception()); in FormatStackTrace()
1036 DCHECK(isolate->has_pending_exception()); in FormatMessage()
1234 DCHECK(isolate->has_pending_exception()); in FormatMessage()
Dexecution.cc92 DCHECK(has_exception == isolate->has_pending_exception()); in Invoke()
166 DCHECK(has_exception == isolate->has_pending_exception()); in Invoke()
245 DCHECK(isolate->has_pending_exception()); in TryCall()
Dcompiler.cc615 DCHECK(!isolate->has_pending_exception()); in GetOptimizedCodeNow()
695 DCHECK(!isolate->has_pending_exception()); in GetOptimizedCode()
764 if (isolate->has_pending_exception()) isolate->clear_pending_exception(); in GetOptimizedCode()
827 } else if (!isolate->has_pending_exception()) { in FailWithPendingException()
1052 DCHECK(!isolate->has_pending_exception()); in Compile()
1108 DCHECK(!isolate->has_pending_exception()); in Compile()
1147 DCHECK(!isolate->has_pending_exception()); in Compile()
1164 DCHECK(!isolate->has_pending_exception()); in CompileOptimized()
1174 DCHECK(!isolate->has_pending_exception()); in CompileOptimized()
Disolate.h129 DCHECK(!__isolate__->has_pending_exception()); \
140 DCHECK(!__isolate__->has_pending_exception()); \
193 DCHECK(__isolate__->has_pending_exception()); \
196 DCHECK(!__isolate__->has_pending_exception()); \
203 DCHECK((isolate)->has_pending_exception()); \
270 DCHECK((isolate)->has_pending_exception()); \
728 inline bool has_pending_exception();
Disolate.cc1033 if (has_pending_exception() && in CancelTerminateExecution()
1141 DCHECK(!has_pending_exception()); in Throw()
1250 DCHECK(!has_pending_exception()); in Throw()
1601 if (has_pending_exception()) { in Throw()
1976 DCHECK(has_pending_exception()); in Throw()
1994 DCHECK(has_pending_exception()); in Throw()
3385 DCHECK(!has_pending_exception()); in Throw()
3391 DCHECK(!has_pending_exception()); in Throw()
3394 DCHECK(!has_pending_exception()); in Throw()
3792 DCHECK(!has_pending_exception()); in Throw()
Dv8threads.cc306 DCHECK(!isolate_->has_pending_exception()); in FreeThreadResources()
Dcontexts.cc274 DCHECK(!isolate->has_pending_exception()); in Lookup()
Dlookup.cc30 DCHECK(isolate->has_pending_exception()); in PropertyOrElement()
63 DCHECK(isolate->has_pending_exception()); in PropertyOrElement()
/external/v8/src/wasm/
Dwasm-js.cc123 !isolate()->has_pending_exception()); in ~ScheduledErrorThrower()
127 } else if (isolate()->has_pending_exception()) { in ~ScheduledErrorThrower()
225 promise_->GetIsolate()->has_pending_exception()); in OnCompilationSucceeded()
234 promise_->GetIsolate()->has_pending_exception()); in OnCompilationFailed()
260 promise_->GetIsolate()->has_pending_exception()); in OnInstantiationSucceeded()
267 promise_->GetIsolate()->has_pending_exception()); in OnInstantiationFailed()
321 CHECK_EQ(promise_result.is_null(), isolate_->has_pending_exception()); in OnInstantiationSucceeded()
327 CHECK_EQ(promise_result.is_null(), isolate_->has_pending_exception()); in OnInstantiationFailed()
376 CHECK_EQ(promise_result.is_null(), isolate_->has_pending_exception()); in OnCompilationFailed()
Dwasm-result.cc157 if (error() && !isolate_->has_pending_exception()) { in ~ErrorThrower()
Dwasm-engine.cc100 if (isolate->has_pending_exception()) { in AsyncInstantiate()
/external/v8/src/objects/
Dmodule.cc312 DCHECK_IMPLIES(isolate->has_pending_exception(), result.is_null()); in ResolveImport()
364 DCHECK(isolate->has_pending_exception()); in ResolveExport()
415 } else if (isolate->has_pending_exception()) { in ResolveExportUsingStarExports()
547 DCHECK(isolate->has_pending_exception()); in RunInitializationCode()
/external/v8/src/builtins/
Dbuiltins-string.cc129 DCHECK(isolate->has_pending_exception()); in BUILTIN()
296 DCHECK(isolate->has_pending_exception()); in BUILTIN()
Dbuiltins-console.cc42 CHECK(!isolate->has_pending_exception()); in ConsoleCall()
/external/v8/src/regexp/
Dregexp-macro-assembler.cc300 if (result == EXCEPTION && !isolate->has_pending_exception()) { in Execute()
/external/v8/src/compiler-dispatcher/
Dunoptimized-compile-job.cc289 if (!isolate->has_pending_exception()) isolate->StackOverflow(); in FinalizeOnMainThread()
Dcompiler-dispatcher.cc48 DCHECK_EQ(job->IsFailed(), isolate->has_pending_exception()); in DoNextStepOnMainThread()
/external/v8/src/debug/
Ddebug-evaluate.cc74 if (isolate->has_pending_exception()) return MaybeHandle<Object>(); in Local()
149 DCHECK(isolate->has_pending_exception()); in Evaluate()
/external/v8/src/asmjs/
Dasm-js.cc411 if (isolate->has_pending_exception()) isolate->clear_pending_exception(); in InstantiateAsmWasm()

12