Home
last modified time | relevance | path

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

/external/v8/src/
Disolate-inl.h21 Object* Isolate::pending_exception() { in pending_exception() function
82 pending_exception_(isolate_->pending_exception(), isolate_) {} in ExceptionScope()
Disolate.cc895 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()
Disolate.h172 C(PendingException, pending_exception) \
555 inline Object* pending_exception();
559 THREAD_LOCAL_TOP_ADDRESS(Object*, pending_exception)
Dexecution.cc207 if (isolate->pending_exception() == in TryCall()
Dmessages.cc73 exception_object = isolate->pending_exception(); in ReportMessage()
/external/v8/test/cctest/
Dtest-compiler.cc203 CHECK_EQ(42.0, isolate->pending_exception()->Number()); in TEST()
Dtest-parsing.cc1597 i::JSObject::cast(isolate->pending_exception())); in TestParserSyncWithFlags()
5623 i::JSObject::cast(isolate->pending_exception())); in TEST()
/external/v8/src/runtime/
Druntime-regexp.cc1018 Object* exception = isolate->pending_exception(); in RUNTIME_FUNCTION()
Druntime-debug.cc88 result = handle(it->isolate()->pending_exception(), it->isolate()); in DebugGetProperty()
/external/v8/src/x87/
Dcode-stubs-x87.cc1159 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/
Dcode-stubs-ia32.cc1458 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/
Dliveedit.cc857 Handle<Object> exception(isolate->pending_exception(), isolate); in GatherCompileInfo()
/external/v8/src/x64/
Dcode-stubs-x64.cc2384 ExternalReference pending_exception(Isolate::kPendingExceptionAddress, in Generate() local
2386 __ Store(pending_exception, rax); in Generate()
2396 __ Store(pending_exception, rax); in Generate()