HomeSort by relevance Sort by last modified time
    Searched defs:AstProperties (Results 1 - 3 of 3) sorted by null

  /external/v8/src/parsing/
parser.h 328 typedef v8::internal::AstProperties AstProperties;
    [all...]
preparser.h 596 typedef int AstProperties;
    [all...]
  /external/v8/src/ast/
ast.h 153 class AstProperties final BASE_EMBEDDED {
163 explicit AstProperties(Zone* zone) : node_count_(0), spec_(zone) {}
179 DEFINE_OPERATORS_FOR_FLAGS(AstProperties::Flags)
    [all...]

Completed in 52 milliseconds