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

/external/v8/src/
H A Dparser.h513 int expected_property_count() { return expected_property_count_; } function in class:v8::internal::Parser::BASE_EMBEDDED
H A Dast.h2049 int expected_property_count() { return expected_property_count_; } function in class:v8::internal::FunctionLiteral
2094 int expected_property_count,
2109 expected_property_count_(expected_property_count),
2941 int expected_property_count,
2951 materialized_literal_count, expected_property_count, handler_count,
2089 FunctionLiteral(Isolate* isolate, Handle<String> name, Scope* scope, ZoneList<Statement*>* body, int materialized_literal_count, int expected_property_count, int handler_count, bool has_only_simple_this_property_assignments, Handle<FixedArray> this_property_assignments, int parameter_count, Type type, ParameterFlag has_duplicate_parameters, IsFunctionFlag is_function) argument
2936 NewFunctionLiteral( Handle<String> name, Scope* scope, ZoneList<Statement*>* body, int materialized_literal_count, int expected_property_count, int handler_count, bool has_only_simple_this_property_assignments, Handle<FixedArray> this_property_assignments, int parameter_count, FunctionLiteral::ParameterFlag has_duplicate_parameters, FunctionLiteral::Type type, FunctionLiteral::IsFunctionFlag is_function) argument
H A Dparser.cc638 function_state.expected_property_count(),
4401 int expected_property_count = -1; local
4512 expected_property_count = entry.property_count();
4548 expected_property_count = logger.properties();
4570 expected_property_count = function_state.expected_property_count();
4638 expected_property_count,

Completed in 281 milliseconds