Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dparser.cc4702 #define SET_ALLOW(name) reusable_preparser_->set_allow_##name(allow_##name()); in ParseLazyFunctionBodyWithPreParser() macro
4703 SET_ALLOW(natives); in ParseLazyFunctionBodyWithPreParser()
4704 SET_ALLOW(harmony_sloppy); in ParseLazyFunctionBodyWithPreParser()
4705 SET_ALLOW(harmony_sloppy_let); in ParseLazyFunctionBodyWithPreParser()
4706 SET_ALLOW(harmony_default_parameters); in ParseLazyFunctionBodyWithPreParser()
4707 SET_ALLOW(harmony_destructuring_bind); in ParseLazyFunctionBodyWithPreParser()
4708 SET_ALLOW(harmony_destructuring_assignment); in ParseLazyFunctionBodyWithPreParser()
4709 SET_ALLOW(strong_mode); in ParseLazyFunctionBodyWithPreParser()
4710 SET_ALLOW(harmony_do_expressions); in ParseLazyFunctionBodyWithPreParser()
4711 SET_ALLOW(harmony_function_name); in ParseLazyFunctionBodyWithPreParser()
[all …]