Home
last modified time | relevance | path

Searched defs:exc (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Promise.cpp164 auto *exc = promiseHandle->GetValue(currentCoro); in AwaitProxyPromise() local
210 auto *exc = promiseHandle->GetValue(currentCoro); in EtsAwaitPromise() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_language_context.cpp74 EtsHandle<EtsObject> exc(coroutine, EtsObject::Create(cls)); in ThrowStackOverflowException() local
Dets_exceptions.cpp131 EtsObject *exc = SetupEtsException(coroutine, classDescriptor, msg); in ThrowEtsException() local
Dets_coroutine.cpp114 auto *exc = GetException(); in RequestCompletion() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dinterop_context.cpp254 auto exc = JSConvertJSError::Unwrap(ctx, ctx->GetJSEnv(), val); in ThrowETSError() local
292 LocalObjectHandle<ObjectHeader> exc(coro, coro->GetException()); in ForwardEtsException() local
422 auto exc = EtsObject::FromCoreType(coro->GetException()); in Fatal() local
Dts2ets_copy.cpp631 auto exc = coro->GetException(); in ThrowProperError() local
/arkcompiler/runtime_core/static_core/runtime/core/
Dcore_language_context.cpp138 VMHandle<ObjectHeader> exc(thread, ObjectHeader::Create(cls)); in ThrowStackOverflowException() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/gtest_plugin/
Dets_interop_js_gtest.h154 napi_value exc; in DoRunJsScript() local