Home
last modified time | relevance | path

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

/external/v8/src/
Disolate-inl.h37 Object* Isolate::pending_exception() { in pending_exception() function
126 pending_exception_(isolate_->pending_exception(), isolate_) {} in ExceptionScope()
Dmessages.cc89 exception_object = isolate->pending_exception(); in ReportMessage()
897 Handle<Object> pending_exception = in AppendErrorString() local
898 handle(isolate->pending_exception(), isolate); in AppendErrorString()
902 err_str = ErrorUtils::ToString(isolate, pending_exception); in AppendErrorString()
1002 Handle<Object> pending_exception = in FormatStackTrace() local
1003 handle(isolate->pending_exception(), isolate); in FormatStackTrace()
1007 maybe_frame_string = ErrorUtils::ToString(isolate, pending_exception); in FormatStackTrace()
Disolate.cc1034 pending_exception() == ReadOnlyRoots(this).termination_exception()) { in CancelTerminateExecution()
1259 Object* exception = pending_exception(); in Throw()
1602 thread_local_top()->scheduled_exception_ = pending_exception(); in Throw()
1861 Object* exception = pending_exception(); in Throw()
1901 Object* exception = pending_exception(); in Throw()
1961 handler->exception_ = pending_exception(); in Throw()
1998 pending_exception() == ReadOnlyRoots(this).termination_exception(); in Throw()
2030 thread_local_top()->scheduled_exception_ = pending_exception(); in Throw()
2792 Object* exception = pending_exception(); in Throw()
2813 handler->exception_ = pending_exception(); in Throw()
[all …]
Dexecution.cc246 if (isolate->pending_exception() == in TryCall()
Disolate.h715 inline Object* pending_exception();
726 THREAD_LOCAL_TOP_ADDRESS(Object*, pending_exception)
Dglobals.h1502 C(PendingException, pending_exception) \
Dobjects.cc16358 Handle<Object> reason(isolate->pending_exception(), isolate); in Resolve()
/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.c486 pending_exception(ProfilerObject *pObj) in pending_exception() function
632 if (pending_exception(pObj)) in profiler_getstats()
726 if (pending_exception(self)) in profiler_disable()
/external/v8/src/ia32/
Dcode-stubs-ia32.cc74 ExternalReference pending_exception = ExternalReference::Create( in Generate() local
76 __ mov(__ StaticVariable(pending_exception), eax); in Generate()
/external/v8/src/x64/
Dcode-stubs-x64.cc107 ExternalReference pending_exception = ExternalReference::Create( in Generate() local
109 __ Store(pending_exception, rax); in Generate()
/external/v8/src/wasm/
Dwasm-engine.cc103 Handle<Object> exception(isolate->pending_exception(), isolate); in AsyncInstantiate()
Dwasm-interpreter.cc1212 USE(isolate->pending_exception()); in HandleException()
/external/v8/src/objects/
Dmodule.cc258 Object* the_exception = isolate->pending_exception(); in RecordError()
694 DCHECK_EQ(module->GetException(), isolate->pending_exception()); in Evaluate()
/external/v8/src/debug/
Ddebug.cc2092 isolate_->pending_exception()); in StopSideEffectCheckMode()
/external/v8/src/heap/
Dfactory.cc2216 result = handle(isolate()->pending_exception(), isolate()); in NewError()
2234 maybe_error = handle(isolate()->pending_exception(), isolate()); in NewError()