Home | History | Annotate | Download | only in src

Lines Matching defs:VariableDeclaration

66   V(VariableDeclaration)                        \
517 class VariableDeclaration V8_FINAL : public Declaration {
519 DECLARE_NODE_TYPE(VariableDeclaration)
526 VariableDeclaration(VariableProxy* proxy,
2918 VariableDeclaration* NewVariableDeclaration(VariableProxy* proxy,
2922 VariableDeclaration* decl =
2923 new(zone_) VariableDeclaration(proxy, mode, scope, pos);
2924 VISIT_AND_RETURN(VariableDeclaration, decl)