Searched refs:pending_exception (Results 1 – 17 of 17) sorted by relevance
/external/v8/src/execution/ |
D | isolate-inl.h | 35 Object Isolate::pending_exception() { in pending_exception() function 111 pending_exception_(isolate_->pending_exception(), isolate_) {} in ExceptionScope()
|
D | messages.cc | 121 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()
|
D | isolate.cc | 1473 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()
|
D | execution.cc | 432 if (isolate->pending_exception() == in InvokeWithTryCatch()
|
D | isolate.h | 656 inline Object pending_exception(); 663 THREAD_LOCAL_TOP_ADDRESS(Object, pending_exception)
|
/external/python/cpython2/Modules/ |
D | _lsprof.c | 489 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.c | 435 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/ |
D | source-text-module.cc | 654 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()
|
D | module.cc | 74 Handle<Object> the_exception(isolate->pending_exception(), isolate); in RecordErrorUsingPendingException()
|
D | objects.cc | 5402 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/ |
D | globals.h | 1598 C(PendingException, pending_exception) \
|
/external/v8/src/wasm/ |
D | c-api.cc | 1566 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()
|
D | wasm-engine.cc | 575 Handle<Object> exception(isolate->pending_exception(), isolate); in AsyncInstantiate()
|
/external/v8/src/builtins/x64/ |
D | builtins-x64.cc | 420 ExternalReference pending_exception = ExternalReference::Create( in Generate_JSEntryVariant() local 422 __ Store(pending_exception, rax); in Generate_JSEntryVariant()
|
/external/v8/src/builtins/ia32/ |
D | builtins-ia32.cc | 400 ExternalReference pending_exception = ExternalReference::Create( in Generate_JSEntryVariant() local 402 __ mov(__ ExternalReferenceAsOperand(pending_exception, edi), eax); in Generate_JSEntryVariant()
|
/external/v8/src/debug/ |
D | debug.cc | 2277 isolate_->pending_exception()); in StopSideEffectCheckMode()
|
/external/v8/src/codegen/ |
D | compiler.cc | 2603 isolate, handle(isolate->pending_exception(), isolate)); in CompileScriptOnBothBackgroundAndMainThread()
|