HomeSort by relevance Sort by last modified time
    Searched full:allow_arrow_functions_ (Results 1 - 1 of 1) sorted by null

  /external/v8/src/
preparser.h 88 allow_arrow_functions_(false),
97 bool allow_arrow_functions() const { return allow_arrow_functions_; }
112 void set_allow_arrow_functions(bool allow) { allow_arrow_functions_ = allow; }
591 bool allow_arrow_functions_; member in class:v8::internal::ParserBase
    [all...]

Completed in 564 milliseconds