Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_navigation_stack.cpp615 …std::unique_ptr<JsonValue>& json, const JSRef<JSObject>& obj, int32_t depthLimit, bool needLimit) … in ParseJsObject() argument
618 if (depthLimit == 0) { in ParseJsObject()
621 depthLimit--; in ParseJsObject()
656 ParseJsObject(childJson, childObj, depthLimit, needLimit); in ParseJsObject()
H A Djs_navigation_stack.h143 …std::unique_ptr<JsonValue>& json, const JSRef<JSObject>& obj, int32_t depthLimit, bool needLimit) …