Home
last modified time | relevance | path

Searched refs:expected_property_count_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/parsing/
Dparser-base.h384 void AddProperty() { expected_property_count_++; } in AddProperty()
385 int expected_property_count() { return expected_property_count_; } in expected_property_count()
469 int expected_property_count_; variable
546 expected_property_count_ = function_state_->expected_property_count_; in Checkpoint()
555 function_state_->expected_property_count_ = expected_property_count_; in Restore()
561 int expected_property_count_; variable
1491 expected_property_count_(0), in FunctionState()
/external/v8/src/ast/
Dast.h2596 int expected_property_count() { return expected_property_count_; } in expected_property_count()
2709 expected_property_count_(expected_property_count), in FunctionLiteral()
2740 int expected_property_count_; variable