Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.cpp1155 … bool hasAsyncMethod = NapiParseUtils::ParseStringArray(env, argv[INTEGER_THREE], asyncMethodList); in InnerJsProxy() local
1156 if (!hasSyncMethod && !hasAsyncMethod) { in InnerJsProxy()