Searched refs:allow_arrow_functions (Results 1 – 2 of 2) sorted by relevance
97 bool allow_arrow_functions() const { return allow_arrow_functions_; } in allow_arrow_functions() function1817 if (allow_arrow_functions() && peek() == Token::RPAREN) { in ParsePrimaryExpression()2155 if (allow_arrow_functions() && peek() == Token::ARROW) { in ParseAssignmentExpression()
3841 reusable_preparser_->set_allow_arrow_functions(allow_arrow_functions()); in ParseLazyFunctionBodyWithPreParser()