Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_value_call.cpp137 FStore &storeRes, FRead &readVal) in ConvertEtsValRef()
184FStore &storeRes, panda_file::Type type, FRead &readVal) in ConvertEtsVal()
330 auto storeRes = [&jsRes](napi_value res) { jsRes = res; }; in EtsCallImpl() local
467 auto storeRes = [&jsargs, &argIdx](napi_value res) { jsargs[argIdx] = res; }; in JSRuntimeJSCallImpl() local