Home
last modified time | relevance | path

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

/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dwebview_javascript_result_callback.cpp45 state_->maxRecursionDepth_--; in Level()
49 state_->maxRecursionDepth_++; in ~Level()
56 explicit ValueConvertState() : maxRecursionDepth_(MAX_RECURSION_DEPTH) in ValueConvertState()
65 return maxRecursionDepth_ == 0; in HasReachedMaxRecursionDepth()
69 uint32_t maxRecursionDepth_; member in OHOS::NWeb::__anon004bb1930111::ValueConvertState