Home
last modified time | relevance | path

Searched refs:pending_exception (Results 1 – 25 of 326) sorted by last modified time

12345678910>>...14

/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/runtime/
H A Dthread.cpp1860 Handle uncaught_exception(this, this->pending_exception()); in exit()
1888 pending_exception()->klass()->external_name(), in exit()
2151 …if (!has_pending_exception() || !pending_exception()->is_a(SystemDictionary::ThreadDeath_klass()))… in check_and_handle_async_exceptions()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/ppc/vm/
H A DstubGenerator_ppc.cpp400 __ std(R3_ARG1, thread_(pending_exception)); in generate_catch_exception()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/ppc/vm/
H A DstubGenerator_ppc.cpp400 __ std(R3_ARG1, thread_(pending_exception)); in generate_catch_exception()
/dports/lang/python311/Python-3.11.0a3/Modules/
H A D_lsprof.c464 pending_exception(ProfilerObject *pObj) in pending_exception() function
614 if (pending_exception(self)) { in _lsprof_Profiler_getstats_impl()
721 if (pending_exception(self)) { in profiler_disable()
/dports/lang/python310/Python-3.10.1/Modules/
H A D_lsprof.c458 pending_exception(ProfilerObject *pObj) in pending_exception() function
608 if (pending_exception(self)) { in _lsprof_Profiler_getstats_impl()
715 if (pending_exception(self)) { in profiler_disable()
/dports/lang/v8/v8-9.6.180.12/test/cctest/
H A Dtest-compiler.cc220 CHECK_EQ(42.0, isolate->pending_exception().Number()); in TEST()
H A Dtest-parsing.cc84 i::JSObject::cast((isolate)->pending_exception()), (isolate)); \
1696 i::JSObject::cast(isolate->pending_exception()), isolate); in TestParserSyncWithFlags()
/dports/lang/v8/v8-9.6.180.12/test/common/wasm/
H A Dwasm-interpreter.cc1282 isolate->is_catchable_by_wasm(isolate->pending_exception()); in HandleException()
1290 handle(isolate->pending_exception(), isolate); in HandleException()
/dports/lang/v8/v8-9.6.180.12/test/cctest/wasm/
H A Dtest-gc.cc193 handle(isolate_->pending_exception(), isolate_)) in CheckResultImpl()
207 handle(isolate_->pending_exception(), isolate_)) in CheckHasThrownImpl()
/dports/lang/v8/v8-9.6.180.12/src/objects/
H A Dmodule.cc80 Handle<Object> the_exception(isolate->pending_exception(), isolate); in RecordErrorUsingPendingException()
H A Dsource-text-module.cc702 if (!isolate->is_catchable_by_javascript(isolate->pending_exception())) { in EvaluateMaybeAsync()
755 if (isolate->is_catchable_by_javascript(isolate->pending_exception())) { in Evaluate()
756 CHECK_EQ(module->exception(), isolate->pending_exception()); in Evaluate()
840 Handle<Object> exception(isolate->pending_exception(), isolate); in AsyncModuleExecutionFulfilled()
H A Dobjects.cc5467 if (!isolate->is_catchable_by_javascript(isolate->pending_exception())) { in Resolve()
5472 Handle<Object> reason(isolate->pending_exception(), isolate); in Resolve()
H A Dcontexts.cc537 Handle<Object> exception(isolate->pending_exception(), isolate); in RunPromiseHook()
/dports/lang/v8/v8-9.6.180.12/src/wasm/
H A Dwasm-engine.cc610 Handle<Object> exception(isolate->pending_exception(), isolate); in AsyncInstantiate()
H A Dc-api.cc1704 i::Handle<i::Object> exception(isolate->pending_exception(), isolate); in call()
1769 i::Object ex = isolate->pending_exception(); in v8_callback()
2153 i::Handle<i::Object> maybe_exception(isolate->pending_exception(), in make()
/dports/lang/v8/v8-9.6.180.12/src/execution/
H A Disolate-inl.h52 Object Isolate::pending_exception() { in pending_exception() function
126 pending_exception_(isolate_->pending_exception(), isolate_) {} in ExceptionScope()
H A Disolate.cc1460 pending_exception() == ReadOnlyRoots(this).termination_exception()) { in CancelTerminateExecution()
1713 Object exception = pending_exception(); in ThrowInternal()
2091 set_scheduled_exception(pending_exception()); in ThrowInternal()
2323 Object exception_obj = pending_exception(); in ThrowInternal()
2374 pending_exception() == ReadOnlyRoots(this).termination_exception(); in ThrowInternal()
2403 set_scheduled_exception(pending_exception()); in ThrowInternal()
3338 Object exception = pending_exception(); in ThrowInternal()
3359 handler->exception_ = reinterpret_cast<void*>(pending_exception().ptr()); in ThrowInternal()
4300 Handle<Object> exception(pending_exception(), this); in ThrowInternal()
4319 Handle<Object> exception(pending_exception(), this); in ThrowInternal()
H A Disolate.h737 THREAD_LOCAL_TOP_ADDRESS(Object, pending_exception)
738 inline Object pending_exception();
H A Dexecution.cc448 if (isolate->pending_exception() == in InvokeWithTryCatch()
H A Dmessages.cc121 exception_object = isolate->pending_exception(); in ReportMessage()
253 Handle<Object> pending_exception = in AppendErrorString() local
254 handle(isolate->pending_exception(), isolate); in AppendErrorString()
258 err_str = ErrorUtils::ToString(isolate, pending_exception); in AppendErrorString()
382 Handle<Object> pending_exception = in FormatStackTrace() local
383 handle(isolate->pending_exception(), isolate); in FormatStackTrace()
388 ErrorUtils::ToString(isolate, pending_exception); in FormatStackTrace()
/dports/lang/v8/v8-9.6.180.12/src/debug/
H A Ddebug.cc2534 isolate_->pending_exception()); in StopSideEffectCheckMode()
/dports/lang/v8/v8-9.6.180.12/src/common/
H A Dglobals.h1696 C(PendingException, pending_exception) \
/dports/lang/v8/v8-9.6.180.12/src/builtins/x64/
H A Dbuiltins-x64.cc473 ExternalReference pending_exception = ExternalReference::Create( in Generate_JSEntryVariant() local
475 __ Store(pending_exception, rax); in Generate_JSEntryVariant()
/dports/lang/v8/v8-9.6.180.12/src/builtins/ia32/
H A Dbuiltins-ia32.cc446 ExternalReference pending_exception = ExternalReference::Create( in Generate_JSEntryVariant() local
448 __ mov(__ ExternalReferenceAsOperand(pending_exception, edi), eax); in Generate_JSEntryVariant()
/dports/lang/v8/v8-9.6.180.12/src/codegen/
H A Dcompiler.cc2798 isolate, handle(isolate->pending_exception(), isolate)); in Compile()

12345678910>>...14