Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dparser.cc777 set_allow_harmony_numeric_literals(FLAG_harmony_numeric_literals); in Parser()
3842 reusable_preparser_->set_allow_harmony_numeric_literals( in ParseLazyFunctionBodyWithPreParser()
Dpreparser.h117 void set_allow_harmony_numeric_literals(bool allow) { in set_allow_harmony_numeric_literals() function
/external/chromium_org/v8/test/cctest/
Dtest-parsing.cc1237 parser->set_allow_harmony_numeric_literals( in SetParserFlags()