Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/call/
Dcall_ets.cpp176 Value etsRes = method->Invoke(coro_, etsArgs->data()); in HandleImpl() local
Dcall_js.cpp147 std::optional<Value> etsRes = ConvertRetval<IS_NEWCALL>(jsRes.value()); in Handle() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
Darray_native_test.cpp417 std::vector<std::string> etsRes; in TEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dts2ets_copy.cpp653 static napi_value GetJsRef(napi_env env, const ark::Value &etsRes, Method *method) in GetJsRef()
742 ark::Value etsRes = method->Invoke(coro, args.value().data()); in InvokeEtsMethodImpl() local