Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/gtest_plugin/
Dets_interop_js_gtest.h175 napi_value jsStr; in DoRunJsScript() local
205 static std::string GetString(napi_env env, napi_value jsStr) in GetString()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dinterop_context.h651 napi_value jsStr; in EnumerateStrings() local
Dinterop_context.cpp189 napi_value jsStr; in LoadDynamicCallClass() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/call/
Dcall_js.cpp397 qnameStart, qnameLen, [&jsThis, &jsVal, env](napi_value jsStr) { in JSRuntimeCallJSBase()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_sample.cpp2270 Local<JSValueRef> jsStr = runtimeInfo->GetCallArgRef(0); in HWTEST_F_L0() local
2694 Local<JSValueRef> jsStr = JSON::Stringify(vm_, obj); in HWTEST_F_L0() local