Searched refs:pending_exception (Results 1 – 12 of 12) sorted by relevance
/external/v8/src/ |
D | isolate-inl.h | 26 Object* Isolate::pending_exception() { in pending_exception() function 101 pending_exception_(isolate_->pending_exception(), isolate_) {} in ExceptionScope()
|
D | messages.cc | 88 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()
|
D | isolate.cc | 975 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()
|
D | isolate.h | 187 C(PendingException, pending_exception) \ 582 inline Object* pending_exception(); 586 THREAD_LOCAL_TOP_ADDRESS(Object*, pending_exception)
|
D | execution.cc | 220 if (isolate->pending_exception() == in TryCall()
|
D | factory.cc | 1311 result = handle(isolate()->pending_exception(), isolate()); in SIMD128_TYPES() 1330 maybe_error = handle(isolate()->pending_exception(), isolate()); in NewError()
|
/external/v8/src/x87/ |
D | code-stubs-x87.cc | 608 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/ |
D | code-stubs-ia32.cc | 787 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/ |
D | runtime-regexp.cc | 1446 Object* exception = isolate->pending_exception(); in RUNTIME_FUNCTION()
|
D | runtime-debug.cc | 124 result = handle(it->isolate()->pending_exception(), it->isolate()); in DebugGetProperty()
|
/external/v8/src/debug/ |
D | liveedit.cc | 709 Handle<Object> exception(isolate->pending_exception(), isolate); in GatherCompileInfo()
|
/external/v8/src/x64/ |
D | code-stubs-x64.cc | 1769 ExternalReference pending_exception(Isolate::kPendingExceptionAddress, in Generate() local 1771 __ Store(pending_exception, rax); in Generate()
|