Home
last modified time | relevance | path

Searched defs:expected_property_count (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dparser.h513 int expected_property_count() { return expected_property_count_; } in expected_property_count() function
Dast.h2049 int expected_property_count() { return expected_property_count_; } in expected_property_count() function
2094 int expected_property_count, in FunctionLiteral()
2941 int expected_property_count, in NewFunctionLiteral()
Dparser.cc4401 int expected_property_count = -1; in ParseFunctionLiteral() local