Home
last modified time | relevance | path

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

/external/v8/src/
Dpreparser.h187 int handler_count() { return next_handler_index_; } in handler_count() function
1078 int handler_count, int parameter_count, in NewFunctionLiteral()
2621 int handler_count = 0; in ParseArrowFunctionLiteral() local
Dast.h2355 int handler_count() { return handler_count_; } in handler_count() function
2450 int expected_property_count, int handler_count, in FunctionLiteral()
3485 int expected_property_count, int handler_count, int parameter_count, in NewFunctionLiteral()
Dparser.cc3505 int handler_count = 0; in ParseFunctionLiteral() local