Searched refs:property_stack (Results 1 – 2 of 2) sorted by relevance
404 const std::vector<JsonProperty>& property_stack, Handle<Map> feedback) { in BuildJsonObject() argument406 int length = static_cast<int>(property_stack.size() - start); in BuildJsonObject()423 const JsonProperty& property = property_stack[start + i]; in BuildJsonObject()439 const JsonProperty& property = property_stack[start + i]; in BuildJsonObject()460 const JsonProperty& property = property_stack[start + i]; in BuildJsonObject()574 const JsonProperty& property = property_stack[start + j]; in BuildJsonObject()643 const JsonProperty& property = property_stack[start + i]; in BuildJsonObject()702 std::vector<JsonProperty> property_stack; in ParseJsonValue() local706 property_stack.reserve(16); in ParseJsonValue()743 property_stack.size()); in ParseJsonValue()[all …]
290 const std::vector<JsonProperty>& property_stack, Handle<Map> feedback);