Home
last modified time | relevance | path

Searched refs:ValueConvertState (Results 1 - 1 of 1) sorted by relevance

/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_javascript_result_callback.cpp49 class ValueConvertState { class
51 // Level scope which updates the current depth of some ValueConvertState.
54 explicit Level(ValueConvertState* state) : state_(state) in Level()
68 ValueConvertState* state_;
71 explicit ValueConvertState() : maxRecursionDepth_(MAX_RECURSION_DEPTH) in ValueConvertState() function in OHOS::NWeb::__anon4173::ValueConvertState
75 ValueConvertState(const ValueConvertState&) = delete;
76 ValueConvertState& operator=(const ValueConvertState&) = delete;
358 napi_env env, ValueConvertState* stat
[all...]

Completed in 2 milliseconds