Lines Matching refs:stack_
116 // Uses the current stack_ to provide a detailed error message of
136 std::vector<KeyObject> stack_;
221 stack_() {
365 if (stack_.empty()) {
372 return Handle<JSReceiver>(JSReceiver::cast(*stack_.back().second),
388 size_t size = stack_.size();
390 if (*stack_[i].second == raw_obj) {
401 stack_.emplace_back(key, object);
405 void JsonStringifier::StackPop() { stack_.pop_back(); }
481 DCHECK(start_index < stack_.size());
486 const size_t stack_size = stack_.size();
488 builder.AppendStartLine(stack_[index++].second);
494 builder.AppendNormalLine(stack_[index].first, stack_[index].second);
507 builder.AppendNormalLine(stack_[index].first, stack_[index].second);