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

/external/v8/src/
H A Dparser.h496 int handler_count() { return next_handler_index_; } function in class:v8::internal::Parser::BASE_EMBEDDED
H A Dast.h2050 int handler_count() { return handler_count_; } function in class:v8::internal::FunctionLiteral
2095 int handler_count,
2110 handler_count_(handler_count),
2942 int handler_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.cc639 function_state.handler_count(),
4402 int handler_count = 0; local
4571 handler_count = function_state.handler_count();
4639 handler_count,

Completed in 69 milliseconds