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.h206 void AddProperty() { expected_property_count_++; } in AddProperty()
207 int expected_property_count() { return expected_property_count_; } in expected_property_count()
256 int expected_property_count_; variable
298 expected_property_count_ = function_state_->expected_property_count_; in Checkpoint()
307 function_state_->expected_property_count_ = expected_property_count_; in Restore()
313 int expected_property_count_; variable
943 expected_property_count_(0), in FunctionState()
/external/v8/src/ast/
Dast.h2646 int expected_property_count() { return expected_property_count_; } in expected_property_count()
2749 expected_property_count_(expected_property_count), in FunctionLiteral()
2787 int expected_property_count_; variable