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

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

Completed in 407 milliseconds