Home
last modified time | relevance | path

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

/external/v8/src/
Dpreparser.h220 kHasInitializers, enumerator
Dparser.h475 kHasInitializers, enumerator
Dpreparser.cc461 if (decl_props != NULL) *decl_props = kHasInitializers; in ParseVariableDeclarations()
663 !(is_let && decl_props == kHasInitializers); in ParseForStatement()
Dparser.cc2241 if (decl_props != NULL) *decl_props = kHasInitializers; in ParseVariableDeclarations()
2880 bool accept_IN = !name.is_null() && decl_props != kHasInitializers; in ParseForStatement()