Home | History | Annotate | Download | only in src

Lines Matching defs:VAR

877   VAR,  // declared via 'var', and 'function' declarations
908 return mode >= VAR && mode <= CONST;
962 // 1. Var declared local variables.
963 // var foo;
971 // var x = function foo() {}