Searched defs:handler_count (Results 1 – 3 of 3) sorted by relevance
496 int handler_count() { return next_handler_index_; } in handler_count() function
2050 int handler_count() { return handler_count_; } in handler_count() function2095 int handler_count, in FunctionLiteral()2942 int handler_count, in NewFunctionLiteral()
4402 int handler_count = 0; in ParseFunctionLiteral() local