Searched refs:decl_props (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/v8/src/
H A Dpreparser.cc413 VariableDeclarationProperties* decl_props,
484 if (decl_props != NULL) *decl_props = kHasInitializers;
701 VariableDeclarationProperties decl_props = kHasNoInitializers; local
703 kForStatement, &decl_props, &decl_count, CHECK_OK);
704 bool has_initializers = decl_props == kHasInitializers;
411 ParseVariableDeclarations( VariableDeclarationContext var_context, VariableDeclarationProperties* decl_props, int* num_decl, bool* ok) argument
H A Dparser.cc2078 VariableDeclarationProperties* decl_props,
2257 if (decl_props != NULL) *decl_props = kHasInitializers;
3118 VariableDeclarationProperties decl_props = kHasNoInitializers; local
3120 ParseVariableDeclarations(kForStatement, &decl_props, NULL, &name,
3122 bool accept_OF = decl_props == kHasNoInitializers;
3155 VariableDeclarationProperties decl_props = kHasNoInitializers; local
3157 ParseVariableDeclarations(kForStatement, &decl_props, &let_bindings,
3159 bool accept_IN = name != NULL && decl_props != kHasInitializers;
3160 bool accept_OF = decl_props
2076 ParseVariableDeclarations( VariableDeclarationContext var_context, VariableDeclarationProperties* decl_props, ZoneList<const AstRawString*>* names, const AstRawString** out, bool* ok) argument
[all...]
H A Dparser.h732 VariableDeclarationProperties* decl_props,
H A Dpreparser.h1493 VariableDeclarationProperties* decl_props,

Completed in 148 milliseconds