Searched refs:pending_exception (Results 1 – 12 of 12) sorted by relevance
/external/chromium_org/v8/src/ |
D | messages.cc | 87 exception_object = isolate->pending_exception(); in ReportMessage()
|
D | isolate.cc | 806 pending_exception() == heap_.termination_exception()) { in CancelTerminateExecution() 870 thread_local_top()->scheduled_exception_ = pending_exception(); in ScheduleThrow() 1255 pending_exception() == heap_.termination_exception(); in OptionalRescheduleException() 1287 thread_local_top()->scheduled_exception_ = pending_exception(); in OptionalRescheduleException() 1787 bool catchable_by_js = is_catchable_by_javascript(pending_exception()); in PropagatePendingExceptionToExternalTryCatch() 1806 handler->exception_ = pending_exception(); in PropagatePendingExceptionToExternalTryCatch()
|
D | isolate.h | 172 C(PendingException, pending_exception) \ 560 Object* pending_exception() { in THREAD_LOCAL_TOP_ACCESSOR() 702 pending_exception_(isolate_->pending_exception(), isolate_), in ExceptionScope()
|
D | execution.cc | 176 if (isolate->pending_exception() == in TryCall()
|
D | liveedit.cc | 866 Handle<Object> exception(isolate->pending_exception(), isolate); in GatherCompileInfo()
|
D | runtime.cc | 10955 result = handle(it->isolate()->pending_exception(), it->isolate()); in DebugGetProperty()
|
/external/chromium_org/v8/test/cctest/ |
D | test-compiler.cc | 203 CHECK_EQ(42.0, isolate->pending_exception()->Number()); in TEST()
|
D | test-parsing.cc | 1288 i::JSObject::cast(isolate->pending_exception())); in TestParserSyncWithFlags()
|
/external/qemu/target-arm/ |
D | cpu.h | 198 int pending_exception; member
|
/external/chromium_org/v8/src/x87/ |
D | code-stubs-x87.cc | 1060 ExternalReference pending_exception(Isolate::kPendingExceptionAddress, in Generate() 1063 __ mov(eax, Operand::StaticVariable(pending_exception)); in Generate() 1069 __ mov(Operand::StaticVariable(pending_exception), edx); in Generate() 2150 ExternalReference pending_exception(Isolate::kPendingExceptionAddress, in Generate() local 2152 __ mov(Operand::StaticVariable(pending_exception), eax); in Generate() 2163 __ mov(Operand::StaticVariable(pending_exception), edx); in Generate()
|
/external/chromium_org/v8/src/ia32/ |
D | code-stubs-ia32.cc | 1380 ExternalReference pending_exception(Isolate::kPendingExceptionAddress, in Generate() 1383 __ mov(eax, Operand::StaticVariable(pending_exception)); in Generate() 1389 __ mov(Operand::StaticVariable(pending_exception), edx); in Generate() 2459 ExternalReference pending_exception(Isolate::kPendingExceptionAddress, in Generate() local 2461 __ mov(Operand::StaticVariable(pending_exception), eax); in Generate() 2472 __ mov(Operand::StaticVariable(pending_exception), edx); in Generate()
|
/external/chromium_org/v8/src/x64/ |
D | code-stubs-x64.cc | 2413 ExternalReference pending_exception(Isolate::kPendingExceptionAddress, in Generate() local 2415 __ Store(pending_exception, rax); in Generate() 2426 __ Store(pending_exception, rax); in Generate()
|