Home
last modified time | relevance | path

Searched refs:set_allow_harmony_object_literals (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
Dparser.cc779 set_allow_harmony_object_literals(FLAG_harmony_object_literals); in Parser()
3845 reusable_preparser_->set_allow_harmony_object_literals( in ParseLazyFunctionBodyWithPreParser()
Dpreparser.h121 void set_allow_harmony_object_literals(bool allow) { in set_allow_harmony_object_literals() function
/external/chromium_org/v8/test/cctest/
Dtest-parsing.cc1239 parser->set_allow_harmony_object_literals( in SetParserFlags()