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

  /external/v8/src/
prettyprinter.h 117 class TagScope;
149 TagScope* tag() { return top_tag_scope_; }
150 void set_tag(TagScope* scope) { top_tag_scope_ = scope; }
170 TagScope* top_tag_scope_;
180 // AST). TagScope is a helper class to manage the opening and closing
183 class TagScope BASE_EMBEDDED {
185 TagScope(JsonAstBuilder* builder, const char* name);
186 ~TagScope();
192 TagScope* next_;
prettyprinter.cc 1118 TagScope::TagScope(JsonAstBuilder* builder, const char* name)
1131 TagScope::~TagScope() {
1211 TagScope tag(this, "Block");
1217 TagScope tag(this, "ExpressionStatement");
1223 TagScope tag(this, "EmptyStatement");
1228 TagScope tag(this, "IfStatement");
1236 TagScope tag(this, "ContinueStatement");
1241 TagScope tag(this, "BreakStatement")
    [all...]

Completed in 18 milliseconds