Home
last modified time | relevance | path

Searched refs:SetNamePropertyInGlobal (Results 1 - 4 of 4) sorted by relevance

/commonlibrary/ets_utils/js_concurrent_module/common/helper/
H A Dnapi_helper.h42 static void SetNamePropertyInGlobal(napi_env env, const char* name, napi_value value);
H A Dnapi_helper.cpp168 void NapiHelper::SetNamePropertyInGlobal(napi_env env, const char* name, napi_value value) in SetNamePropertyInGlobal() function in Commonlibrary::Concurrent::Common::Helper::NapiHelper
/commonlibrary/ets_utils/js_concurrent_module/test/
H A Dtest_concurrent.cpp330 NapiHelper::SetNamePropertyInGlobal(env, "strAttribute", strAttribute); in HWTEST_F()
482 NapiHelper::SetNamePropertyInGlobal(env, "strAttribute", strAttribute); in HWTEST_F()
/commonlibrary/ets_utils/js_concurrent_module/worker/
H A Dworker.cpp1389 NapiHelper::SetNamePropertyInGlobal(workerEnv_, "name", nameValue); in PrepareForWorkerInstance()

Completed in 6 milliseconds