Searched refs:expected_property_count (Results 1 – 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/parsing/ |
D | parser.cc | 42 int expected_property_count = 0; in DefaultConstructor() local 80 expected_property_count = function_state.expected_property_count(); in DefaultConstructor() 84 name, function_scope, body, expected_property_count, parameter_count, in DefaultConstructor() 687 scope, body, function_state.expected_property_count(), parameter_count); in DoParseProgram() 2726 int expected_property_count = 0; in ParseFunctionLiteral() local 2767 &expected_property_count, &suspend_count, in ParseFunctionLiteral() 2808 function_name, scope, body, expected_property_count, num_parameters, in ParseFunctionLiteral() 3034 bool* has_duplicate_parameters, int* expected_property_count, in ParseFunction() argument 3109 *expected_property_count = function_state.expected_property_count(); in ParseFunction()
|
D | parser-base.h | 440 int expected_property_count() { return expected_property_count_; } in expected_property_count() function 4522 int expected_property_count = 0; in ParseArrowFunctionLiteral() local 4616 expected_property_count = function_state.expected_property_count(); in ParseArrowFunctionLiteral() 4626 expected_property_count = function_state.expected_property_count(); in ParseArrowFunctionLiteral() 4641 expected_property_count, formal_parameters.num_parameters(), in ParseArrowFunctionLiteral()
|
D | parser.h | 462 int* expected_property_count, int* suspend_count,
|
D | preparser.h | 679 const PreParserScopedStatementList& body, int expected_property_count,
|
/third_party/node/deps/v8/src/ast/ |
D | ast.h | 2194 int expected_property_count() { return expected_property_count_; } in expected_property_count() function 2310 int expected_property_count, int parameter_count, 2317 expected_property_count_(expected_property_count), in Expression() 3224 const ScopedPtrList<Statement>& body, int expected_property_count, 3233 ast_value_factory_, scope, body, expected_property_count, 3244 int expected_property_count, int parameter_count) { in NewScriptOrEvalFunctionLiteral() argument 3247 scope, body, expected_property_count, parameter_count, parameter_count, in NewScriptOrEvalFunctionLiteral()
|
/third_party/node/deps/v8/src/objects/ |
D | shared-function-info.cc | 590 int estimate = literal->expected_property_count(); in get_property_estimate_from_literal()
|