Searched refs:allow_arrow_functions_ (Results 1 – 1 of 1) sorted by relevance
88 allow_arrow_functions_(false), in ParserBase()97 bool allow_arrow_functions() const { return allow_arrow_functions_; } in allow_arrow_functions()112 void set_allow_arrow_functions(bool allow) { allow_arrow_functions_ = allow; } in set_allow_arrow_functions()591 bool allow_arrow_functions_; variable