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 82 pending_exception_(isolate_->pending_exception(), isolate_) {} in ExceptionScope()
|
D | isolate.cc | 895 pending_exception() == heap_.termination_exception()) { in CancelTerminateExecution() 1068 Object* exception = pending_exception(); in UnwindAndFindHandler() 1225 thread_local_top()->scheduled_exception_ = pending_exception(); in ScheduleThrow() 1451 Object* exception = pending_exception(); in ReportPendingMessages() 1516 pending_exception() == heap_.termination_exception(); in OptionalRescheduleException() 1548 thread_local_top()->scheduled_exception_ = pending_exception(); in OptionalRescheduleException() 2045 Object* exception = pending_exception(); in PropagatePendingExceptionToExternalTryCatch() 2068 handler->exception_ = pending_exception(); in PropagatePendingExceptionToExternalTryCatch()
|
D | isolate.h | 172 C(PendingException, pending_exception) \ 555 inline Object* pending_exception(); 559 THREAD_LOCAL_TOP_ADDRESS(Object*, pending_exception)
|
D | execution.cc | 207 if (isolate->pending_exception() == in TryCall()
|
D | messages.cc | 73 exception_object = isolate->pending_exception(); in ReportMessage()
|
/external/v8/test/cctest/ |
D | test-compiler.cc | 203 CHECK_EQ(42.0, isolate->pending_exception()->Number()); in TEST()
|
D | test-parsing.cc | 1597 i::JSObject::cast(isolate->pending_exception())); in TestParserSyncWithFlags() 5623 i::JSObject::cast(isolate->pending_exception())); in TEST()
|
/external/v8/src/runtime/ |
D | runtime-regexp.cc | 1018 Object* exception = isolate->pending_exception(); in RUNTIME_FUNCTION()
|
D | runtime-debug.cc | 88 result = handle(it->isolate()->pending_exception(), it->isolate()); in DebugGetProperty()
|
/external/v8/src/x87/ |
D | code-stubs-x87.cc | 1159 ExternalReference pending_exception(Isolate::kPendingExceptionAddress, in Generate() 1162 __ mov(eax, Operand::StaticVariable(pending_exception)); in Generate() 2165 ExternalReference pending_exception(Isolate::kPendingExceptionAddress, in Generate() local 2167 __ mov(Operand::StaticVariable(pending_exception), eax); in Generate() 2177 __ mov(Operand::StaticVariable(pending_exception), edx); in Generate()
|
/external/v8/src/ia32/ |
D | code-stubs-ia32.cc | 1458 ExternalReference pending_exception(Isolate::kPendingExceptionAddress, in Generate() 1461 __ mov(eax, Operand::StaticVariable(pending_exception)); in Generate() 2453 ExternalReference pending_exception(Isolate::kPendingExceptionAddress, in Generate() local 2455 __ mov(Operand::StaticVariable(pending_exception), eax); in Generate() 2465 __ mov(Operand::StaticVariable(pending_exception), edx); in Generate()
|
/external/v8/src/debug/ |
D | liveedit.cc | 857 Handle<Object> exception(isolate->pending_exception(), isolate); in GatherCompileInfo()
|
/external/v8/src/x64/ |
D | code-stubs-x64.cc | 2384 ExternalReference pending_exception(Isolate::kPendingExceptionAddress, in Generate() local 2386 __ Store(pending_exception, rax); in Generate() 2396 __ Store(pending_exception, rax); in Generate()
|