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
86 pending_exception_(isolate_->pending_exception(), isolate_) {} in ExceptionScope()
Disolate.cc922 pending_exception() == heap_.termination_exception()) { in CancelTerminateExecution()
1095 Object* exception = pending_exception(); in UnwindAndFindHandler()
1279 thread_local_top()->scheduled_exception_ = pending_exception(); in ScheduleThrow()
1522 Object* exception = pending_exception(); in ReportPendingMessages()
1587 pending_exception() == heap_.termination_exception(); in OptionalRescheduleException()
1619 thread_local_top()->scheduled_exception_ = pending_exception(); in OptionalRescheduleException()
2118 Object* exception = pending_exception(); in PropagatePendingExceptionToExternalTryCatch()
2141 handler->exception_ = pending_exception(); in PropagatePendingExceptionToExternalTryCatch()
Disolate.h195 C(PendingException, pending_exception) \
584 inline Object* pending_exception();
588 THREAD_LOCAL_TOP_ADDRESS(Object*, pending_exception)
Dexecution.cc199 if (isolate->pending_exception() == in TryCall()
Dmessages.cc85 exception_object = isolate->pending_exception(); in ReportMessage()
/external/v8/test/cctest/
Dtest-compiler.cc204 CHECK_EQ(42.0, isolate->pending_exception()->Number()); in TEST()
Dtest-parsing.cc1596 i::JSObject::cast(isolate->pending_exception())); in TestParserSyncWithFlags()
5565 i::JSObject::cast(isolate->pending_exception())); in TEST()
/external/v8/src/runtime/
Druntime-regexp.cc1012 Object* exception = isolate->pending_exception(); in RUNTIME_FUNCTION()
Druntime-debug.cc120 result = handle(it->isolate()->pending_exception(), it->isolate()); in DebugGetProperty()
/external/v8/src/ia32/
Dcode-stubs-ia32.cc907 ExternalReference pending_exception(Isolate::kPendingExceptionAddress, in Generate()
910 __ mov(eax, Operand::StaticVariable(pending_exception)); in Generate()
1954 ExternalReference pending_exception(Isolate::kPendingExceptionAddress, in Generate() local
1956 __ mov(Operand::StaticVariable(pending_exception), eax); in Generate()
1966 __ mov(Operand::StaticVariable(pending_exception), edx); in Generate()
/external/v8/src/x87/
Dcode-stubs-x87.cc608 ExternalReference pending_exception(Isolate::kPendingExceptionAddress, in Generate()
611 __ mov(eax, Operand::StaticVariable(pending_exception)); in Generate()
1678 ExternalReference pending_exception(Isolate::kPendingExceptionAddress, in Generate() local
1680 __ mov(Operand::StaticVariable(pending_exception), eax); in Generate()
1690 __ mov(Operand::StaticVariable(pending_exception), edx); in Generate()
/external/v8/src/debug/
Dliveedit.cc743 Handle<Object> exception(isolate->pending_exception(), isolate); in GatherCompileInfo()
/external/v8/src/x64/
Dcode-stubs-x64.cc1890 ExternalReference pending_exception(Isolate::kPendingExceptionAddress, in Generate() local
1892 __ Store(pending_exception, rax); in Generate()
1902 __ Store(pending_exception, rax); in Generate()