Searched refs:SetNamePropertyInGlobal (Results 1 - 4 of 4) sorted by relevance
/commonlibrary/ets_utils/js_concurrent_module/common/helper/ |
H A D | napi_helper.h | 42 static void SetNamePropertyInGlobal(napi_env env, const char* name, napi_value value);
|
H A D | napi_helper.cpp | 168 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 D | test_concurrent.cpp | 330 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 D | worker.cpp | 1389 NapiHelper::SetNamePropertyInGlobal(workerEnv_, "name", nameValue); in PrepareForWorkerInstance()
|
Completed in 6 milliseconds