Searched refs:tempFn (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/commonlibrary/ets_utils/js_api_module/uri/test/ |
H A D | test_napi.cpp | 853 napi_value tempFn = nullptr; variable 856 napi_call_function(env, instance, tempFn, 0, nullptr, &result); 859 napi_get_named_property(env, instance, "toString", &tempFn); 860 napi_call_function(env, instance, tempFn, 0, nullptr, &result); 864 napi_get_named_property(env, instance, "normalize", &tempFn); 865 napi_call_function(env, instance, tempFn, 0, nullptr, &result); 897 napi_value tempFn = nullptr; variable 901 napi_call_function(env, instance, tempFn, 0, nullptr, &result); 924 napi_get_named_property(env, instance, "getSegment", &tempFn); 932 napi_get_named_property(env, instance, "addSegment", &tempFn); [all …]
|
/ohos5.0/commonlibrary/ets_utils/js_api_module/url/test/ |
H A D | test_napi.cpp | 1904 napi_value tempFn = nullptr; variable 1905 napi_get_named_property(env, instance, "onOrOff", &tempFn); 1907 napi_get_value_bool(env, tempFn, &res1); 1910 napi_get_named_property(env, instance, "GetIsIpv6", &tempFn); 1912 napi_get_value_bool(env, tempFn, &res1);
|