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

/external/v8/src/parsing/
H A Dparser-base.h385 int expected_property_count() { return expected_property_count_; } function in class:v8::internal::ParseFunctionFlags::ParserBase::final
2351 initializer_state.expected_property_count(), 0, 0,
4141 int expected_property_count = -1; local
4179 &expected_property_count, false, true, CHECK_OK);
4202 expected_property_count = function_state.expected_property_count();
4231 expected_property_count = function_state.expected_property_count();
4271 expected_property_count, formal_parameters.num_parameters(),
H A Dparser.cc170 int expected_property_count = -1; local
208 expected_property_count = function_state.expected_property_count();
212 name, function_scope, body, expected_property_count, parameter_count,
750 scope, body, function_state.expected_property_count(),
2618 int expected_property_count = -1; local
2664 &has_duplicate_parameters, &expected_property_count,
2687 &has_duplicate_parameters, &expected_property_count,
2744 function_name, scope, body, expected_property_count, num_parameters,
2761 int* expected_property_count, boo
2758 SkipFunction( FunctionKind kind, DeclarationScope* function_scope, int* num_parameters, int* function_length, bool* has_duplicate_parameters, int* expected_property_count, bool is_inner_function, bool may_abort, bool* ok) argument
3129 ParseFunction( const AstRawString* function_name, int pos, FunctionKind kind, FunctionLiteral::FunctionType function_type, DeclarationScope* function_scope, int* num_parameters, int* function_length, bool* has_duplicate_parameters, int* expected_property_count, bool* ok) argument
[all...]
H A Dpreparser.h679 int expected_property_count, int parameter_count, int function_length,
969 bool* has_duplicate_parameters, int* expected_property_count,
677 NewFunctionLiteral( PreParserIdentifier name, Scope* scope, PreParserStatementList body, int expected_property_count, int parameter_count, int function_length, FunctionLiteral::ParameterFlag has_duplicate_parameters, FunctionLiteral::FunctionType function_type, FunctionLiteral::EagerCompileHint eager_compile_hint, int position, bool has_braces, int function_literal_id) argument
967 SkipFunction(FunctionKind kind, DeclarationScope* function_scope, int* num_parameters, int* function_length, bool* has_duplicate_parameters, int* expected_property_count, bool is_inner_function, bool may_abort, bool* ok) argument
/external/v8/src/ast/
H A Dast.h2596 int expected_property_count() { return expected_property_count_; } function in class:v8::internal::final
2702 ZoneList<Statement*>* body, int expected_property_count,
2709 expected_property_count_(expected_property_count),
3496 ZoneList<Statement*>* body, int expected_property_count,
3503 zone_, name, ast_value_factory_, scope, body, expected_property_count,
3514 int expected_property_count,
3518 body, expected_property_count, parameter_count, parameter_count,
2700 FunctionLiteral(Zone* zone, const AstString* name, AstValueFactory* ast_value_factory, DeclarationScope* scope, ZoneList<Statement*>* body, int expected_property_count, int parameter_count, int function_length, FunctionType function_type, ParameterFlag has_duplicate_parameters, EagerCompileHint eager_compile_hint, int position, bool has_braces, int function_literal_id) argument
3494 NewFunctionLiteral( const AstRawString* name, DeclarationScope* scope, ZoneList<Statement*>* body, int expected_property_count, int parameter_count, int function_length, FunctionLiteral::ParameterFlag has_duplicate_parameters, FunctionLiteral::FunctionType function_type, FunctionLiteral::EagerCompileHint eager_compile_hint, int position, bool has_braces, int function_literal_id) argument
3512 NewScriptOrEvalFunctionLiteral(DeclarationScope* scope, ZoneList<Statement*>* body, int expected_property_count, int parameter_count) argument

Completed in 143 milliseconds