Home | History | Annotate | Download | only in src

Lines Matching defs:decl_props

361     VariableDeclarationProperties* decl_props,
461 if (decl_props != NULL) *decl_props = kHasInitializers;
659 VariableDeclarationProperties decl_props = kHasNoInitializers;
661 kForStatement, &decl_props, &decl_count, CHECK_OK);
663 !(is_let && decl_props == kHasInitializers);