Home
last modified time | relevance | path

Searched refs:allow_arrow_functions (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
Dpreparser.h97 bool allow_arrow_functions() const { return allow_arrow_functions_; } in allow_arrow_functions() function
1817 if (allow_arrow_functions() && peek() == Token::RPAREN) { in ParsePrimaryExpression()
2155 if (allow_arrow_functions() && peek() == Token::ARROW) { in ParseAssignmentExpression()
Dparser.cc3841 reusable_preparser_->set_allow_arrow_functions(allow_arrow_functions()); in ParseLazyFunctionBodyWithPreParser()