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.h157 napi_value jsStr; in DoRunJsScript() local
178 static std::string GetString(napi_env env, napi_value jsStr) in GetString()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dinterop_context.h527 napi_value jsStr; in EnumerateStrings() local
Dinterop_context.cpp85 napi_value jsStr; in LoadDynamicCallClass() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/call/
Dcall_js.cpp328 qnameStart, qnameLen, [&jsThis, &jsVal, env](napi_value jsStr) { in JSRuntimeCallJSBase()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_sample.cpp2222 Local<JSValueRef> jsStr = runtimeInfo->GetCallArgRef(0); in HWTEST_F_L0() local
2646 Local<JSValueRef> jsStr = JSON::Stringify(vm_, obj); in HWTEST_F_L0() local