Home
last modified time | relevance | path

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

/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dwebview_javascript_result_callback.h282 napi_value napiKeyTmp; in SetUpMethods() local
283 s = napi_get_element(env_, propertyNames, i, &napiKeyTmp); in SetUpMethods()
290 s = napi_get_property(env_, obj, napiKeyTmp, &napiValueTmp); in SetUpMethods()
300 if (NapiParseUtils::ParseString(env_, napiKeyTmp, methodName)) { in SetUpMethods()
Dwebview_javascript_result_callback.cpp635 napi_value napiKeyTmp; in ParseDictionaryNapiValue2NwebValue() local
636 s = napi_get_element(env, propertyNames, i, &napiKeyTmp); in ParseDictionaryNapiValue2NwebValue()
641 s = napi_has_own_property(env, value, napiKeyTmp, &hasOwnProperty); in ParseDictionaryNapiValue2NwebValue()
649 s = napi_get_property(env, value, napiKeyTmp, &napiValueTmp); in ParseDictionaryNapiValue2NwebValue()
655 ParseNapiValue2NwebValueHelper(env, state, napiKeyTmp, nwebKeyTmp, isOject); in ParseDictionaryNapiValue2NwebValue()