HomeSort by relevance Sort by last modified time
    Searched refs:increase_indent (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
prettyprinter.h 144 void increase_indent(int amount) { indent_ += amount; } function in class:v8::internal::JsonAstBuilder
prettyprinter.cc 1127 builder->increase_indent(JsonAstBuilder::kTagIndentSize);
1149 builder->increase_indent(JsonAstBuilder::kAttributesIndentSize);
    [all...]

Completed in 50 milliseconds