Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_javascript_result_callback.cpp57 state_->maxRecursionDepth_--; in Level()
63 state_->maxRecursionDepth_++; in ~Level()
71 explicit ValueConvertState() : maxRecursionDepth_(MAX_RECURSION_DEPTH) in ValueConvertState()
80 return maxRecursionDepth_ == 0; in HasReachedMaxRecursionDepth()
84 uint32_t maxRecursionDepth_; member in OHOS::NWeb::__anon5743688a0110::ValueConvertState