Home
last modified time | relevance | path

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

/external/v8/src/
Disolate-inl.h26 Object* Isolate::pending_exception() { in pending_exception() function
101 pending_exception_(isolate_->pending_exception(), isolate_) {} in ExceptionScope()
Dmessages.cc88 exception_object = isolate->pending_exception(); in ReportMessage()
833 Handle<Object> pending_exception = in AppendErrorString() local
834 handle(isolate->pending_exception(), isolate); in AppendErrorString()
837 err_str = ErrorUtils::ToString(isolate, pending_exception); in AppendErrorString()
934 Handle<Object> pending_exception = in FormatStackTrace() local
935 handle(isolate->pending_exception(), isolate); in FormatStackTrace()
938 maybe_frame_string = ErrorUtils::ToString(isolate, pending_exception); in FormatStackTrace()
Disolate.cc975 pending_exception() == heap_.termination_exception()) { in CancelTerminateExecution()
1185 Object* exception = pending_exception(); in Throw()
1436 thread_local_top()->scheduled_exception_ = pending_exception(); in Throw()
1665 Object* exception = pending_exception(); in Throw()
1730 pending_exception() == heap_.termination_exception(); in Throw()
1762 thread_local_top()->scheduled_exception_ = pending_exception(); in Throw()
2403 Object* exception = pending_exception(); in Throw()
2426 handler->exception_ = pending_exception(); in Throw()
Disolate.h187 C(PendingException, pending_exception) \
582 inline Object* pending_exception();
586 THREAD_LOCAL_TOP_ADDRESS(Object*, pending_exception)
Dexecution.cc220 if (isolate->pending_exception() == in TryCall()
Dfactory.cc1311 result = handle(isolate()->pending_exception(), isolate()); in SIMD128_TYPES()
1330 maybe_error = handle(isolate()->pending_exception(), isolate()); in NewError()
/external/v8/src/x87/
Dcode-stubs-x87.cc608 ExternalReference pending_exception(Isolate::kPendingExceptionAddress, in Generate()
611 __ mov(eax, Operand::StaticVariable(pending_exception)); in Generate()
1686 ExternalReference pending_exception(Isolate::kPendingExceptionAddress, in Generate() local
1688 __ mov(Operand::StaticVariable(pending_exception), eax); in Generate()
/external/v8/src/ia32/
Dcode-stubs-ia32.cc787 ExternalReference pending_exception(Isolate::kPendingExceptionAddress, in Generate()
790 __ mov(eax, Operand::StaticVariable(pending_exception)); in Generate()
1836 ExternalReference pending_exception(Isolate::kPendingExceptionAddress, in Generate() local
1838 __ mov(Operand::StaticVariable(pending_exception), eax); in Generate()
/external/v8/src/runtime/
Druntime-regexp.cc1446 Object* exception = isolate->pending_exception(); in RUNTIME_FUNCTION()
Druntime-debug.cc124 result = handle(it->isolate()->pending_exception(), it->isolate()); in DebugGetProperty()
/external/v8/src/debug/
Dliveedit.cc709 Handle<Object> exception(isolate->pending_exception(), isolate); in GatherCompileInfo()
/external/v8/src/x64/
Dcode-stubs-x64.cc1769 ExternalReference pending_exception(Isolate::kPendingExceptionAddress, in Generate() local
1771 __ Store(pending_exception, rax); in Generate()