Searched refs:GetUndefined (Results 1 – 10 of 10) sorted by relevance
47 napi_value GetUndefined(napi_env env);
145 static napi_value GetUndefined(napi_env env, napi_callback_info info) in GetUndefined() function164 DECLARE_NAPI_FUNCTION("getUndefined", GetUndefined), in Init()
66 static napi_value GetUndefined(napi_env env);
253 napi_value res = NapiUtils::GetUndefined(env); in Download()285 napi_value res = NapiUtils::GetUndefined(env); in OnDownloadComplete()
73 napi_value GetUndefined(napi_env env) in GetUndefined() function
86 napi_value GetUndefined(napi_env env);
60 callbackValues[0] = NapiPrintUtils::GetUndefined(cbParam->env); in PrintTaskAfterCallFun()
69 *result = NapiPrintUtils::GetUndefined(env); in Print()
231 napi_value NapiPrintUtils::GetUndefined(napi_env env) in GetUndefined() function in OHOS::Print::NapiPrintUtils
600 napi_value GetUndefined(napi_env env) in GetUndefined() function