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

  /external/v8/src/
prettyprinter.h 118 class AttributesScope;
154 AttributesScope* attributes() { return attributes_scope_; }
155 void set_attributes(AttributesScope* scope) { attributes_scope_ = scope; }
171 AttributesScope* attributes_scope_;
197 // AttributesScope is a helper class to manage the opening and closing
200 // attribute to the currently open AttributesScope. They cannot be
203 class AttributesScope BASE_EMBEDDED {
205 explicit AttributesScope(JsonAstBuilder* builder);
206 ~AttributesScope();
prettyprinter.cc 1143 AttributesScope::AttributesScope(JsonAstBuilder* builder)
1153 AttributesScope::~AttributesScope() {
    [all...]

Completed in 536 milliseconds