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

/external/chromium_org/v8/src/
H A Dmessages.cc87 exception_object = isolate->pending_exception();
H A Disolate.cc806 pending_exception() == heap_.termination_exception()) {
870 thread_local_top()->scheduled_exception_ = pending_exception();
1255 pending_exception() == heap_.termination_exception();
1287 thread_local_top()->scheduled_exception_ = pending_exception();
1787 bool catchable_by_js = is_catchable_by_javascript(pending_exception());
1806 handler->exception_ = pending_exception();
H A Disolate.h172 C(PendingException, pending_exception) \
275 // invariants that hold about pending_exception. We may want to
560 Object* pending_exception() { function in class:v8::internal::Isolate
702 pending_exception_(isolate_->pending_exception(), isolate_),
H A Dexecution.cc176 if (isolate->pending_exception() ==
H A Dliveedit.cc866 Handle<Object> exception(isolate->pending_exception(), isolate);
H A Druntime.cc10955 result = handle(it->isolate()->pending_exception(), it->isolate());
/external/chromium_org/v8/test/cctest/
H A Dtest-compiler.cc203 CHECK_EQ(42.0, isolate->pending_exception()->Number());
H A Dtest-parsing.cc1288 i::JSObject::cast(isolate->pending_exception()));
/external/qemu/target-arm/
H A Dcpu.h198 int pending_exception; member in struct:CPUARMState::__anon30108
/external/chromium_org/v8/src/ia32/
H A Dcode-stubs-ia32.cc1380 ExternalReference pending_exception(Isolate::kPendingExceptionAddress,
1383 __ mov(eax, Operand::StaticVariable(pending_exception));
1389 __ mov(Operand::StaticVariable(pending_exception), edx);
2459 ExternalReference pending_exception(Isolate::kPendingExceptionAddress,
2461 __ mov(Operand::StaticVariable(pending_exception), eax);
2472 __ mov(Operand::StaticVariable(pending_exception), edx);
/external/chromium_org/v8/src/x87/
H A Dcode-stubs-x87.cc1060 ExternalReference pending_exception(Isolate::kPendingExceptionAddress,
1063 __ mov(eax, Operand::StaticVariable(pending_exception));
1069 __ mov(Operand::StaticVariable(pending_exception), edx);
2150 ExternalReference pending_exception(Isolate::kPendingExceptionAddress,
2152 __ mov(Operand::StaticVariable(pending_exception), eax);
2163 __ mov(Operand::StaticVariable(pending_exception), edx);
/external/chromium_org/v8/src/x64/
H A Dcode-stubs-x64.cc2413 ExternalReference pending_exception(Isolate::kPendingExceptionAddress,
2415 __ Store(pending_exception, rax);
2426 __ Store(pending_exception, rax);

Completed in 4002 milliseconds