Searched refs:pending_exception (Results 1 – 13 of 13) sorted by relevance
/external/v8/src/ |
D | isolate-inl.h | 21 Object* Isolate::pending_exception() { in pending_exception() function 86 pending_exception_(isolate_->pending_exception(), isolate_) {} in ExceptionScope()
|
D | isolate.cc | 922 pending_exception() == heap_.termination_exception()) { in CancelTerminateExecution() 1095 Object* exception = pending_exception(); in UnwindAndFindHandler() 1279 thread_local_top()->scheduled_exception_ = pending_exception(); in ScheduleThrow() 1522 Object* exception = pending_exception(); in ReportPendingMessages() 1587 pending_exception() == heap_.termination_exception(); in OptionalRescheduleException() 1619 thread_local_top()->scheduled_exception_ = pending_exception(); in OptionalRescheduleException() 2118 Object* exception = pending_exception(); in PropagatePendingExceptionToExternalTryCatch() 2141 handler->exception_ = pending_exception(); in PropagatePendingExceptionToExternalTryCatch()
|
D | isolate.h | 195 C(PendingException, pending_exception) \ 584 inline Object* pending_exception(); 588 THREAD_LOCAL_TOP_ADDRESS(Object*, pending_exception)
|
D | execution.cc | 199 if (isolate->pending_exception() == in TryCall()
|
D | messages.cc | 85 exception_object = isolate->pending_exception(); in ReportMessage()
|
/external/v8/test/cctest/ |
D | test-compiler.cc | 204 CHECK_EQ(42.0, isolate->pending_exception()->Number()); in TEST()
|
D | test-parsing.cc | 1596 i::JSObject::cast(isolate->pending_exception())); in TestParserSyncWithFlags() 5565 i::JSObject::cast(isolate->pending_exception())); in TEST()
|
/external/v8/src/runtime/ |
D | runtime-regexp.cc | 1012 Object* exception = isolate->pending_exception(); in RUNTIME_FUNCTION()
|
D | runtime-debug.cc | 120 result = handle(it->isolate()->pending_exception(), it->isolate()); in DebugGetProperty()
|
/external/v8/src/ia32/ |
D | code-stubs-ia32.cc | 907 ExternalReference pending_exception(Isolate::kPendingExceptionAddress, in Generate() 910 __ mov(eax, Operand::StaticVariable(pending_exception)); in Generate() 1954 ExternalReference pending_exception(Isolate::kPendingExceptionAddress, in Generate() local 1956 __ mov(Operand::StaticVariable(pending_exception), eax); in Generate() 1966 __ mov(Operand::StaticVariable(pending_exception), edx); in Generate()
|
/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() 1678 ExternalReference pending_exception(Isolate::kPendingExceptionAddress, in Generate() local 1680 __ mov(Operand::StaticVariable(pending_exception), eax); in Generate() 1690 __ mov(Operand::StaticVariable(pending_exception), edx); in Generate()
|
/external/v8/src/debug/ |
D | liveedit.cc | 743 Handle<Object> exception(isolate->pending_exception(), isolate); in GatherCompileInfo()
|
/external/v8/src/x64/ |
D | code-stubs-x64.cc | 1890 ExternalReference pending_exception(Isolate::kPendingExceptionAddress, in Generate() local 1892 __ Store(pending_exception, rax); in Generate() 1902 __ Store(pending_exception, rax); in Generate()
|