Home
last modified time | relevance | path

Searched defs:HandleImpl (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/call/
Dcall_ets.cpp36 static ALWAYS_INLINE napi_value HandleImpl(EtsCoroutine *coro, InteropCtx *ctx, Method *method, in HandleImpl() function in ark::ets::interop::js::CallETSHandler
157 napi_value CallETSHandler::HandleImpl() in HandleImpl() function in ark::ets::interop::js::CallETSHandler
Dcall_js.cpp77 static ALWAYS_INLINE uint64_t HandleImpl(Method *method, uint8_t *args, uint8_t *inStackArgs) in HandleImpl() function in ark::ets::interop::js::CallJSHandler