Searched refs:AST_Var (Results 1 – 10 of 10) sorted by relevance
1023 if (init instanceof AST_Var && init.definitions.length > 1)1047 var lhs = init instanceof AST_Var ? init.definitions[0].name : null;1199 return new AST_Var({
488 else if (node instanceof AST_Var)
167 return new (M.kind === "const" ? AST_Const : AST_Var)({
572 var AST_Var = DEFNODE("Var", null, { variable
1166 && prev instanceof AST_Var2179 if (node instanceof AST_Var) {2196 if (node instanceof AST_Var && hoist_vars) {2283 defs = make_node(AST_Var, self, {
1033 DEFPRINT(AST_Var, function(self, output){
1911 || stat instanceof AST_Var && declarations_only(stat);1969 …if (stat instanceof AST_Definitions) return (lexical || stat instanceof AST_Var) && declarations_o…3862 if (stat instanceof AST_Var) {3874 if (stat instanceof AST_Var) continue;4015 if (line instanceof AST_Var && declarations_only(line)) {4137 … if (defn instanceof AST_Var && join_var_assign(defn.definitions, exprs, keep)) trimmed = true;4261 } else if (stat instanceof AST_Var) {4284 … } else if (prev instanceof AST_Var && (!stat.init || stat.init.TYPE == prev.TYPE)) {4297 } else if (stat.init instanceof AST_Var) {7017 if (node instanceof AST_Var && def.orig[0] instanceof AST_SymbolCatch) {[all …]
449 }[M.kind] || AST_Var)({
1431 DEFPRINT(AST_Var, print_definitions("var"));
1773 return new AST_Var({