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

  /external/v8/src/
preparser.h 451 expected_properties_(0),
459 void AddProperty() { expected_properties_++; }
461 int expected_properties() { return expected_properties_; }
481 int expected_properties_; member in class:v8::preparser::PreParser::Scope

Completed in 1514 milliseconds