Searched refs:AsyncFunctionAwaitUncaught (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.h | 79 …static JSTaggedValue AsyncFunctionAwaitUncaught(JSThread *thread, JSTaggedValue asyncFuncObj, JSTa…
|
| D | slow_runtime_stub.cpp | 466 JSTaggedValue SlowRuntimeStub::AsyncFunctionAwaitUncaught(JSThread *thread, JSTaggedValue asyncFunc… in AsyncFunctionAwaitUncaught() function in panda::ecmascript::SlowRuntimeStub 469 INTERPRETER_TRACE(thread, AsyncFunctionAwaitUncaught); in AsyncFunctionAwaitUncaught()
|
| D | interpreter-inl.h | 5185 … JSTaggedValue res = SlowRuntimeStub::AsyncFunctionAwaitUncaught(thread, asyncFuncObj, value); in RunInternal() 5198 … JSTaggedValue res = SlowRuntimeStub::AsyncFunctionAwaitUncaught(thread, asyncFuncObj, value); in RunInternal()
|
| D | interpreter_assembly.cpp | 1801 JSTaggedValue res = SlowRuntimeStub::AsyncFunctionAwaitUncaught(thread, asyncFuncObj, value); in HandleAsyncfunctionawaituncaughtV8() 4371 JSTaggedValue res = SlowRuntimeStub::AsyncFunctionAwaitUncaught(thread, asyncFuncObj, value); in HandleDeprecatedAsyncfunctionawaituncaughtPrefV8V8()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.h | 183 V(AsyncFunctionAwaitUncaught) \
|
| D | runtime_stubs.cpp | 642 DEF_RUNTIME_STUBS(AsyncFunctionAwaitUncaught) in DEF_RUNTIME_STUBS() argument 644 RUNTIME_STUBS_HEADER(AsyncFunctionAwaitUncaught); in DEF_RUNTIME_STUBS()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | runtime_call_id.h | 109 V(AsyncFunctionAwaitUncaught) \
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | interpreter_stub.cpp | 1202 …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()
|
| D | slowpath_lowering.cpp | 853 const int id = RTSTUB_ID(AsyncFunctionAwaitUncaught); in LowerAsyncFunctionAwaitUncaught()
|