Home
last modified time | relevance | path

Searched refs:expected_property_count (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/parsing/
Dparser.cc42 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()
Dparser-base.h440 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()
Dparser.h462 int* expected_property_count, int* suspend_count,
Dpreparser.h679 const PreParserScopedStatementList& body, int expected_property_count,
/third_party/node/deps/v8/src/ast/
Dast.h2194 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/
Dshared-function-info.cc590 int estimate = literal->expected_property_count(); in get_property_estimate_from_literal()