Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/call/
Darg_convertors.h25 …tic ALWAYS_INLINE bool UnwrapVal(InteropCtx *ctx, napi_env env, napi_value jsVal, FStore &storeRes) in UnwrapVal()
41 …tatic ALWAYS_INLINE inline bool ConvertRefArgToEts(InteropCtx *ctx, Class *klass, FStore &storeRes, in ConvertRefArgToEts()
72FStore &storeRes, napi_value jsVal) in ConvertPrimArgToEts()
112 …ALWAYS_INLINE inline bool ConvertArgToEts(InteropCtx *ctx, panda_file::Type type, FStore &storeRes, in ConvertArgToEts()
129 FStore &storeRes, napi_value jsVal) in ConvertArgToEts()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
Dets_to_string_cache.cpp273 auto storeRes = elemHandle->TryStore(coro, string, number, *cached); in FinishUpdate() local