Home
last modified time | relevance | path

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

/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_javascript_result_callback.h308 napi_value napiValueTmp; in SetUpMethods() local
309 s = napi_get_property(env_, obj, napiKeyTmp, &napiValueTmp); in SetUpMethods()
314 napi_typeof(env_, napiValueTmp, &valueType); in SetUpMethods()
H A Dwebview_javascript_result_callback.cpp664 napi_value napiValueTmp; in ParseDictionaryNapiValue2NwebValue() local
665 s = napi_get_property(env, value, napiKeyTmp, &napiValueTmp); in ParseDictionaryNapiValue2NwebValue()
672 ParseNapiValue2NwebValueHelper(env, state, napiValueTmp, nwebValueTmp, isOject); in ParseDictionaryNapiValue2NwebValue()

Completed in 5 milliseconds