Home
last modified time | relevance | path

Searched refs:AsyncFunctionAwaitUncaught (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.h79 …static JSTaggedValue AsyncFunctionAwaitUncaught(JSThread *thread, JSTaggedValue asyncFuncObj, JSTa…
Dslow_runtime_stub.cpp466 JSTaggedValue SlowRuntimeStub::AsyncFunctionAwaitUncaught(JSThread *thread, JSTaggedValue asyncFunc… in AsyncFunctionAwaitUncaught() function in panda::ecmascript::SlowRuntimeStub
469 INTERPRETER_TRACE(thread, AsyncFunctionAwaitUncaught); in AsyncFunctionAwaitUncaught()
Dinterpreter-inl.h5185 … JSTaggedValue res = SlowRuntimeStub::AsyncFunctionAwaitUncaught(thread, asyncFuncObj, value); in RunInternal()
5198 … JSTaggedValue res = SlowRuntimeStub::AsyncFunctionAwaitUncaught(thread, asyncFuncObj, value); in RunInternal()
Dinterpreter_assembly.cpp1801 JSTaggedValue res = SlowRuntimeStub::AsyncFunctionAwaitUncaught(thread, asyncFuncObj, value); in HandleAsyncfunctionawaituncaughtV8()
4371 JSTaggedValue res = SlowRuntimeStub::AsyncFunctionAwaitUncaught(thread, asyncFuncObj, value); in HandleDeprecatedAsyncfunctionawaituncaughtPrefV8V8()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h183 V(AsyncFunctionAwaitUncaught) \
Druntime_stubs.cpp642 DEF_RUNTIME_STUBS(AsyncFunctionAwaitUncaught) in DEF_RUNTIME_STUBS() argument
644 RUNTIME_STUBS_HEADER(AsyncFunctionAwaitUncaught); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h109 V(AsyncFunctionAwaitUncaught) \
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp1202 …GateRef result = CallRuntime(glue, RTSTUB_ID(AsyncFunctionAwaitUncaught), { asyncFuncObj, value }); in DECLARE_ASM_HANDLER()
1210 …GateRef result = CallRuntime(glue, RTSTUB_ID(AsyncFunctionAwaitUncaught), { asyncFuncObj, value }); in DECLARE_ASM_HANDLER()
Dslowpath_lowering.cpp853 const int id = RTSTUB_ID(AsyncFunctionAwaitUncaught); in LowerAsyncFunctionAwaitUncaught()