Searched defs:decl_props (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dpreparser.cc361 VariableDeclarationProperties* decl_props,
461 if (decl_props != NULL) *decl_props = kHasInitializers;
659 VariableDeclarationProperties decl_props = kHasNoInitializers; local
661 kForStatement, &decl_props, &decl_count, CHECK_OK);
663 !(is_let && decl_props == kHasInitializers);
359 ParseVariableDeclarations( VariableDeclarationContext var_context, VariableDeclarationProperties* decl_props, int* num_decl, bool* ok) argument
H A Dparser.cc2050 VariableDeclarationProperties* decl_props,
2241 if (decl_props != NULL) *decl_props = kHasInitializers;
2876 VariableDeclarationProperties decl_props = kHasNoInitializers; local
2878 ParseVariableDeclarations(kForStatement, &decl_props, NULL, &name,
2880 bool accept_IN = !name.is_null() && decl_props != kHasInitializers;
2048 ParseVariableDeclarations( VariableDeclarationContext var_context, VariableDeclarationProperties* decl_props, ZoneStringList* names, Handle<String>* out, bool* ok) argument

Completed in 908 milliseconds