Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.h244 static napi_value InnerGetThisVar(napi_env env, napi_callback_info info);
H A Dnapi_webview_controller.cpp578 DECLARE_NAPI_FUNCTION("innerGetThisVar", NapiWebviewController::InnerGetThisVar), in Init()
1062 napi_value NapiWebviewController::InnerGetThisVar(napi_env env, napi_callback_info info) in InnerGetThisVar() function in OHOS::NWeb::NapiWebviewController