Home
last modified time | relevance | path

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

/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.cpp688 napi_value resIdObj = nullptr; in GetResourceUrl() local
696 if ((napi_get_named_property(env, urlObj, "id", &resIdObj) != napi_ok) || in GetResourceUrl()
702 if (!NapiParseUtils::ParseInt32(env, resIdObj, resId) || in GetResourceUrl()
1856 napi_value resIdObj = nullptr; in ParseJsLengthResourceToInt() local
1859 if ((napi_get_named_property(env, jsLength, "id", &resIdObj) != napi_ok)) { in ParseJsLengthResourceToInt()
1863 if (!NapiParseUtils::ParseInt32(env, resIdObj, resId)) { in ParseJsLengthResourceToInt()

Completed in 4 milliseconds