Searched refs:pending_exception (Results 1 – 16 of 16) sorted by relevance
/external/v8/src/ |
D | isolate-inl.h | 37 Object* Isolate::pending_exception() { in pending_exception() function 126 pending_exception_(isolate_->pending_exception(), isolate_) {} in ExceptionScope()
|
D | messages.cc | 89 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()
|
D | isolate.cc | 1034 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 …]
|
D | execution.cc | 246 if (isolate->pending_exception() == in TryCall()
|
D | isolate.h | 715 inline Object* pending_exception(); 726 THREAD_LOCAL_TOP_ADDRESS(Object*, pending_exception)
|
D | globals.h | 1502 C(PendingException, pending_exception) \
|
D | objects.cc | 16358 Handle<Object> reason(isolate->pending_exception(), isolate); in Resolve()
|
/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 | 486 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/ |
D | code-stubs-ia32.cc | 74 ExternalReference pending_exception = ExternalReference::Create( in Generate() local 76 __ mov(__ StaticVariable(pending_exception), eax); in Generate()
|
/external/v8/src/x64/ |
D | code-stubs-x64.cc | 107 ExternalReference pending_exception = ExternalReference::Create( in Generate() local 109 __ Store(pending_exception, rax); in Generate()
|
/external/v8/src/wasm/ |
D | wasm-engine.cc | 103 Handle<Object> exception(isolate->pending_exception(), isolate); in AsyncInstantiate()
|
D | wasm-interpreter.cc | 1212 USE(isolate->pending_exception()); in HandleException()
|
/external/v8/src/objects/ |
D | module.cc | 258 Object* the_exception = isolate->pending_exception(); in RecordError() 694 DCHECK_EQ(module->GetException(), isolate->pending_exception()); in Evaluate()
|
/external/v8/src/debug/ |
D | debug.cc | 2092 isolate_->pending_exception()); in StopSideEffectCheckMode()
|
/external/v8/src/heap/ |
D | factory.cc | 2216 result = handle(isolate()->pending_exception(), isolate()); in NewError() 2234 maybe_error = handle(isolate()->pending_exception(), isolate()); in NewError()
|