Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb.h211 enum class PrecompileError : int32_t { OK = 0, INTERNAL_ERROR = -1 }; enum
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.cpp1656 if (result == static_cast<int64_t>(PrecompileError::OK)) { in PrecompileJavaScriptPromise()