Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.cpp1830 std::string msgVal; in SetError() local
1831 if (!NapiParseUtils::ParseString(env, msgObj, msgVal)) { in SetError()
1849 webMessageExt->SetError(nameVal, msgVal); in SetError()