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

/external/chromium_org/v8/src/
H A Dparser.cc931 function_state.handler_count(), 0,
3505 int handler_count = 0; local
3660 handler_count = function_state.handler_count();
3689 materialized_literal_count, expected_property_count, handler_count,
H A Dpreparser.h187 int handler_count() { return next_handler_index_; } function in class:v8::internal::ParserBase::BASE_EMBEDDED
1078 int handler_count, int parameter_count,
2621 int handler_count = 0; local
2663 handler_count = function_state.handler_count();
2674 handler_count = function_state.handler_count();
2704 materialized_literal_count, expected_property_count, handler_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
H A Dast.h2355 int handler_count() { return handler_count_; } function in class:v8::internal::FINAL
2450 int expected_property_count, int handler_count,
2464 handler_count_(handler_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 894 milliseconds