Searched refs:expected_property_count (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/parsing/ |
D | parser.cc | 85 int expected_property_count = -1; in DefaultConstructor() local 122 expected_property_count = function_state.expected_property_count(); in DefaultConstructor() 126 name, function_scope, body, expected_property_count, parameter_count, in DefaultConstructor() 631 scope, body, function_state.expected_property_count(), in DoParseProgram() 2579 int expected_property_count = -1; in ParseFunctionLiteral() local 2649 &function_length, &has_duplicate_parameters, &expected_property_count, in ParseFunctionLiteral() 2704 function_name, scope, body, expected_property_count, num_parameters, in ParseFunctionLiteral() 3061 bool* has_duplicate_parameters, int* expected_property_count, in ParseFunction() argument 3146 *expected_property_count = function_state.expected_property_count(); in ParseFunction()
|
D | parser-base.h | 400 int expected_property_count() { return expected_property_count_; } in expected_property_count() function 4386 int expected_property_count = -1; in ParseArrowFunctionLiteral() local 4443 expected_property_count = function_state.expected_property_count(); in ParseArrowFunctionLiteral() 4453 expected_property_count = function_state.expected_property_count(); in ParseArrowFunctionLiteral() 4479 expected_property_count, formal_parameters.num_parameters(), in ParseArrowFunctionLiteral()
|
D | parser.h | 461 int* expected_property_count, int* suspend_count,
|
D | preparser.h | 726 PreParserStatementList body, int expected_property_count,
|
/external/v8/src/ast/ |
D | ast.h | 2259 int expected_property_count() { in expected_property_count() function 2363 int expected_property_count, int parameter_count, int function_length, 2369 expected_property_count_(expected_property_count), in Expression() 2388 DCHECK_EQ(body == nullptr, expected_property_count < 0); in Expression() 3215 ZonePtrList<Statement>* body, int expected_property_count, 3223 zone_, name, ast_value_factory_, scope, body, expected_property_count, 3234 int expected_property_count, in NewScriptOrEvalFunctionLiteral() argument 3238 body, expected_property_count, parameter_count, parameter_count, in NewScriptOrEvalFunctionLiteral()
|
/external/v8/src/ |
D | objects.cc | 14293 int estimate = literal->expected_property_count(); in SetExpectedNofPropertiesFromEstimate()
|