Searched defs:expected_property_count (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/ |
D | preparser.h | 190 int expected_property_count() { return expected_property_count_; } in expected_property_count() function 1077 int materialized_literal_count, int expected_property_count, in NewFunctionLiteral() 1361 int* expected_property_count, bool* ok) { in SkipLazyFunctionBody() 2620 int expected_property_count = -1; in ParseArrowFunctionLiteral() local
|
D | parser.h | 875 int* expected_property_count, in SkipLazyFunctionBody()
|
D | ast.h | 2354 int expected_property_count() { return expected_property_count_; } in expected_property_count() function 2450 int expected_property_count, int handler_count, in FunctionLiteral() 3485 int expected_property_count, int handler_count, int parameter_count, in NewFunctionLiteral()
|
D | parser.cc | 3504 int expected_property_count = -1; in ParseFunctionLiteral() local 3703 int* expected_property_count, in SkipLazyFunctionBody()
|