Home
last modified time | relevance | path

Searched refs:pending_exception (Results 1 – 17 of 17) sorted by relevance

/external/v8/src/execution/
Disolate-inl.h35 Object Isolate::pending_exception() { in pending_exception() function
111 pending_exception_(isolate_->pending_exception(), isolate_) {} in ExceptionScope()
Dmessages.cc121 exception_object = isolate->pending_exception(); in ReportMessage()
768 Handle<Object> pending_exception = in AppendErrorString() local
769 handle(isolate->pending_exception(), isolate); in AppendErrorString()
773 err_str = ErrorUtils::ToString(isolate, pending_exception); in AppendErrorString()
896 Handle<Object> pending_exception = in FormatStackTrace() local
897 handle(isolate->pending_exception(), isolate); in FormatStackTrace()
902 ErrorUtils::ToString(isolate, pending_exception); in FormatStackTrace()
Disolate.cc1473 pending_exception() == ReadOnlyRoots(this).termination_exception()) { in CancelTerminateExecution()
1692 Object exception = pending_exception(); in ThrowInternal()
2059 thread_local_top()->scheduled_exception_ = pending_exception(); in ThrowInternal()
2341 Object exception_obj = pending_exception(); in ThrowInternal()
2392 pending_exception() == ReadOnlyRoots(this).termination_exception(); in ThrowInternal()
2421 thread_local_top()->scheduled_exception_ = pending_exception(); in ThrowInternal()
3251 Object exception = pending_exception(); in ThrowInternal()
3272 handler->exception_ = reinterpret_cast<void*>(pending_exception().ptr()); in ThrowInternal()
4155 Handle<Object> exception(pending_exception(), this); in ThrowInternal()
Dexecution.cc432 if (isolate->pending_exception() == in InvokeWithTryCatch()
Disolate.h656 inline Object pending_exception();
663 THREAD_LOCAL_TOP_ADDRESS(Object, pending_exception)
/external/python/cpython2/Modules/
D_lsprof.c489 pending_exception(ProfilerObject *pObj) in pending_exception() function
635 if (pending_exception(pObj)) in profiler_getstats()
736 if (pending_exception(self)) in profiler_disable()
/external/python/cpython3/Modules/
D_lsprof.c435 pending_exception(ProfilerObject *pObj) in pending_exception() function
581 if (pending_exception(pObj)) in profiler_getstats()
677 if (pending_exception(self)) in profiler_disable()
/external/v8/src/objects/
Dsource-text-module.cc654 if (!isolate->is_catchable_by_javascript(isolate->pending_exception())) { in EvaluateMaybeAsync()
707 if (isolate->is_catchable_by_javascript(isolate->pending_exception())) { in Evaluate()
708 CHECK_EQ(module->exception(), isolate->pending_exception()); in Evaluate()
786 Handle<Object> exception(isolate->pending_exception(), isolate); in AsyncModuleExecutionFulfilled()
Dmodule.cc74 Handle<Object> the_exception(isolate->pending_exception(), isolate); in RecordErrorUsingPendingException()
Dobjects.cc5402 if (!isolate->is_catchable_by_javascript(isolate->pending_exception())) { in Resolve()
5407 Handle<Object> reason(isolate->pending_exception(), isolate); in Resolve()
/external/v8/src/common/
Dglobals.h1598 C(PendingException, pending_exception) \
/external/v8/src/wasm/
Dc-api.cc1566 i::Handle<i::Object> exception(isolate->pending_exception(), isolate); in call()
1631 i::Object ex = isolate->pending_exception(); in v8_callback()
2011 i::Handle<i::Object> maybe_exception(isolate->pending_exception(), in make()
Dwasm-engine.cc575 Handle<Object> exception(isolate->pending_exception(), isolate); in AsyncInstantiate()
/external/v8/src/builtins/x64/
Dbuiltins-x64.cc420 ExternalReference pending_exception = ExternalReference::Create( in Generate_JSEntryVariant() local
422 __ Store(pending_exception, rax); in Generate_JSEntryVariant()
/external/v8/src/builtins/ia32/
Dbuiltins-ia32.cc400 ExternalReference pending_exception = ExternalReference::Create( in Generate_JSEntryVariant() local
402 __ mov(__ ExternalReferenceAsOperand(pending_exception, edi), eax); in Generate_JSEntryVariant()
/external/v8/src/debug/
Ddebug.cc2277 isolate_->pending_exception()); in StopSideEffectCheckMode()
/external/v8/src/codegen/
Dcompiler.cc2603 isolate, handle(isolate->pending_exception(), isolate)); in CompileScriptOnBothBackgroundAndMainThread()