Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dmessages.cc87 exception_object = isolate->pending_exception(); in ReportMessage()
Disolate.cc806 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()
Disolate.h172 C(PendingException, pending_exception) \
560 Object* pending_exception() { in THREAD_LOCAL_TOP_ACCESSOR()
702 pending_exception_(isolate_->pending_exception(), isolate_), in ExceptionScope()
Dexecution.cc176 if (isolate->pending_exception() == in TryCall()
Dliveedit.cc866 Handle<Object> exception(isolate->pending_exception(), isolate); in GatherCompileInfo()
Druntime.cc10955 result = handle(it->isolate()->pending_exception(), it->isolate()); in DebugGetProperty()
/external/chromium_org/v8/test/cctest/
Dtest-compiler.cc203 CHECK_EQ(42.0, isolate->pending_exception()->Number()); in TEST()
Dtest-parsing.cc1288 i::JSObject::cast(isolate->pending_exception())); in TestParserSyncWithFlags()
/external/qemu/target-arm/
Dcpu.h198 int pending_exception; member
/external/chromium_org/v8/src/x87/
Dcode-stubs-x87.cc1060 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/
Dcode-stubs-ia32.cc1380 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/
Dcode-stubs-x64.cc2413 ExternalReference pending_exception(Isolate::kPendingExceptionAddress, in Generate() local
2415 __ Store(pending_exception, rax); in Generate()
2426 __ Store(pending_exception, rax); in Generate()