Searched refs:methodObj (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | napi_webview_controller.cpp | 210 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()
|