Home
last modified time | relevance | path

Searched refs:napiKeyTmp (Results 1 - 2 of 2) sorted by relevance

/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_javascript_result_callback.h301 napi_value napiKeyTmp; in SetUpMethods() local
302 s = napi_get_element(env_, propertyNames, i, &napiKeyTmp); in SetUpMethods()
309 s = napi_get_property(env_, obj, napiKeyTmp, &napiValueTmp); in SetUpMethods()
319 if (NapiParseUtils::ParseString(env_, napiKeyTmp, methodName)) { in SetUpMethods()
H A Dwebview_javascript_result_callback.cpp651 napi_value napiKeyTmp; in ParseDictionaryNapiValue2NwebValue() local
652 s = napi_get_element(env, propertyNames, i, &napiKeyTmp); in ParseDictionaryNapiValue2NwebValue()
657 s = napi_has_own_property(env, value, napiKeyTmp, &hasOwnProperty); in ParseDictionaryNapiValue2NwebValue()
665 s = napi_get_property(env, value, napiKeyTmp, &napiValueTmp); in ParseDictionaryNapiValue2NwebValue()
671 ParseNapiValue2NwebValueHelper(env, state, napiKeyTmp, nwebKeyTmp, isOject); in ParseDictionaryNapiValue2NwebValue()

Completed in 7 milliseconds