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

/external/chromium_org/v8/src/
H A Dparser.h594 int* expected_property_count, bool* ok);
817 int* expected_property_count,
875 int* expected_property_count,
878 function_name, materialized_literal_count, expected_property_count, ok);
873 SkipLazyFunctionBody(const AstRawString* function_name, int* materialized_literal_count, int* expected_property_count, bool* ok) argument
H A Dparser.cc930 function_state.expected_property_count(),
3504 int expected_property_count = -1; local
3654 &expected_property_count, CHECK_OK);
3659 expected_property_count = function_state.expected_property_count();
3689 materialized_literal_count, expected_property_count, handler_count,
3703 int* expected_property_count,
3724 *expected_property_count = entry.property_count();
3752 *expected_property_count = logger.properties();
3760 *expected_property_count,
3701 SkipLazyFunctionBody(const AstRawString* function_name, int* materialized_literal_count, int* expected_property_count, bool* ok) argument
[all...]
H A Dpreparser.h190 int expected_property_count() { return expected_property_count_; } function in class:v8::internal::ParserBase::BASE_EMBEDDED
1077 int materialized_literal_count, int expected_property_count,
1361 int* expected_property_count, bool* ok) {
1515 int* expected_property_count, bool* ok);
2620 int expected_property_count = -1; local
2654 &expected_property_count, CHECK_OK);
2662 expected_property_count = function_state.expected_property_count();
2673 expected_property_count = function_state.expected_property_count();
1074 NewFunctionLiteral( PreParserIdentifier name, AstValueFactory* ast_value_factory, const PreParserScope& scope, PreParserStatementList body, int materialized_literal_count, int expected_property_count, int handler_count, int parameter_count, FunctionLiteral::ParameterFlag has_duplicate_parameters, FunctionLiteral::FunctionType function_type, FunctionLiteral::IsFunctionFlag is_function, FunctionLiteral::IsParenthesizedFlag is_parenthesized, FunctionKind kind, int position) argument
1359 SkipLazyFunctionBody(PreParserIdentifier function_name, int* materialized_literal_count, int* expected_property_count, bool* ok) argument
[all...]
H A Dast.h2354 int expected_property_count() { return expected_property_count_; } function in class:v8::internal::FINAL
2450 int expected_property_count, int handler_count,
2463 expected_property_count_(expected_property_count),
3485 int expected_property_count, int handler_count, int parameter_count,
3493 expected_property_count, handler_count, parameter_count, function_type,
2447 FunctionLiteral(Zone* zone, const AstRawString* name, AstValueFactory* ast_value_factory, Scope* scope, ZoneList<Statement*>* body, int materialized_literal_count, int expected_property_count, int handler_count, int parameter_count, FunctionType function_type, ParameterFlag has_duplicate_parameters, IsFunctionFlag is_function, IsParenthesizedFlag is_parenthesized, FunctionKind kind, int position, IdGen* id_gen) argument
3482 NewFunctionLiteral( const AstRawString* name, AstValueFactory* ast_value_factory, Scope* scope, ZoneList<Statement*>* body, int materialized_literal_count, int expected_property_count, int handler_count, int parameter_count, FunctionLiteral::ParameterFlag has_duplicate_parameters, FunctionLiteral::FunctionType function_type, FunctionLiteral::IsFunctionFlag is_function, FunctionLiteral::IsParenthesizedFlag is_parenthesized, FunctionKind kind, int position) argument

Completed in 456 milliseconds