Searched refs:stackLimit_ (Results 1 – 1 of 1) sorted by relevance
1091 int stackLimit_; member in Json::OurFeatures1278 …if (stackDepth_ >= features_.stackLimit_) throwRuntimeError("Exceeded stackLimit in readValue()."); in readValue()2115 features.stackLimit_ = settings_["stackLimit"].asInt(); in newCharReader()