Searched refs:depthLimit (Results 1 – 2 of 2) sorted by relevance
615 …std::unique_ptr<JsonValue>& json, const JSRef<JSObject>& obj, int32_t depthLimit, bool needLimit) … in ParseJsObject() argument618 if (depthLimit == 0) { in ParseJsObject()621 depthLimit--; in ParseJsObject()656 ParseJsObject(childJson, childObj, depthLimit, needLimit); in ParseJsObject()
143 …std::unique_ptr<JsonValue>& json, const JSRef<JSObject>& obj, int32_t depthLimit, bool needLimit) …