Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.h180 bool allow_harmony_restrictive_generators, in NON_EXPORTED_BASE()
Dscopes.cc1009 bool allow_harmony_restrictive_generators, in DeclareVariable() argument
1018 declaration, mode, init, allow_harmony_restrictive_generators, in DeclareVariable()
1078 !(allow_harmony_restrictive_generators && in DeclareVariable()
/external/v8/src/parsing/
Dparser.cc1441 declaration, mode, init, allow_harmony_restrictive_generators(), in Declare()
Dparser-base.h3853 !is_async && !(allow_harmony_restrictive_generators() && is_generator); in ParseHoistableDeclaration()