Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.cpp210 bool ParsePrepareRequestMethod(napi_env env, napi_value methodObj, std::string& method) in ParsePrepareRequestMethod() argument
213 napi_typeof(env, methodObj, &valueType); in ParsePrepareRequestMethod()
216 NapiParseUtils::ParseString(env, methodObj, method); in ParsePrepareRequestMethod()
324 napi_value methodObj = nullptr; in ParsePrefetchArgs() local
326 napi_get_named_property(env, preArgs, "method", &methodObj); in ParsePrefetchArgs()
327 if (!ParsePrepareRequestMethod(env, methodObj, method)) { in ParsePrefetchArgs()