HomeSort by relevance Sort by last modified time
    Searched refs:set_allow_arrow_functions (Results 1 - 3 of 3) sorted by null

  /external/v8/test/cctest/
test-parsing.cc 321 preparser.set_allow_arrow_functions(true);
499 preparser.set_allow_arrow_functions(true);
    [all...]
  /external/v8/src/
preparser.h 112 void set_allow_arrow_functions(bool allow) { allow_arrow_functions_ = allow; } function in class:v8::internal::ParserBase
    [all...]
parser.cc 776 set_allow_arrow_functions(FLAG_harmony_arrow_functions);
    [all...]

Completed in 346 milliseconds