Home
last modified time | relevance | path

Searched refs:propertyNames (Results 1 - 3 of 3) sorted by relevance

/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_javascript_result_callback.h286 napi_value propertyNames; in SetUpMethods() local
289 napi_key_numbers_to_strings, &propertyNames); in SetUpMethods()
295 s = napi_get_array_length(env_, propertyNames, &size); in SetUpMethods()
302 s = napi_get_element(env_, propertyNames, i, &napiKeyTmp); in SetUpMethods()
H A Dwebview_javascript_result_callback.cpp638 napi_value propertyNames; in ParseDictionaryNapiValue2NwebValue() local
639 s = napi_get_property_names(env, value, &propertyNames); in ParseDictionaryNapiValue2NwebValue()
644 s = napi_get_array_length(env, propertyNames, &size); in ParseDictionaryNapiValue2NwebValue()
652 s = napi_get_element(env, propertyNames, i, &napiKeyTmp); in ParseDictionaryNapiValue2NwebValue()
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_util.cpp287 napi_value propertyNames = nullptr; in GetPropertyNames() local
288 if (napi_get_property_names(env, object, &propertyNames) != napi_ok) { in GetPropertyNames()
293 if (napi_get_array_length(env, propertyNames, &len) != napi_ok) { in GetPropertyNames()
299 if (napi_get_element(env, propertyNames, i, &element) != napi_ok) { in GetPropertyNames()

Completed in 5 milliseconds