Searched defs:AstProperties (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
H A Dparser.h358 typedef v8::internal::AstProperties AstProperties; typedef in struct:v8::internal::ParserTraits::Type
H A Dpreparser.h1123 typedef int AstProperties; typedef in struct:v8::internal::PreParserTraits::Type
2616 typename Traits::Type::AstProperties ast_properties;
H A Dast.h162 class AstProperties FINAL BASE_EMBEDDED {
166 AstProperties() : node_count_(0), feedback_slots_(0) {} function in class:v8::internal::BASE_EMBEDDED
2433 AstProperties::Flags* flags() { return ast_properties_.flags(); }
2434 void set_ast_properties(AstProperties* ast_properties) {
2485 AstProperties ast_properties_;
3013 AstProperties* ast_properties() { return &properties_; }
3048 AstProperties properties_;

Completed in 187 milliseconds