Lines Matching defs:ParseVariableDeclarations
2031 ParseVariableDeclarations(var_context, NULL, names, &ignore, CHECK_OK);
2048 Block* Parser::ParseVariableDeclarations(
2849 ParseVariableDeclarations(kForStatement, NULL, NULL, &name, CHECK_OK);
2878 ParseVariableDeclarations(kForStatement, &decl_props, NULL, &name,