Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/ast/
H A Dast.h2192 expected_property_count_ += number_properties; in add_expected_properties()
2194 int expected_property_count() { return expected_property_count_; } in expected_property_count()
2317 expected_property_count_(expected_property_count), in FunctionLiteral()
2349 // expected_property_count_ is the sum of instance fields and properties.
2351 int expected_property_count_; member in v8::internal::final
/third_party/node/deps/v8/src/parsing/
H A Dparser-base.h439 void AddProperty() { expected_property_count_++; } in AddProperty()
440 int expected_property_count() { return expected_property_count_; } in expected_property_count()
507 int expected_property_count_; member in v8::internal::ParseFunctionFlag::ParserBase::final
1629 expected_property_count_(0), in FunctionState()

Completed in 17 milliseconds