Searched refs:walk_destructured (Results 1 – 1 of 1) sorted by relevance
6368 walk_destructured(AST_SymbolRef, mark, lhs);6495 walk_destructured(AST_SymbolFunarg, marker, argname);6497 if (node.rest) walk_destructured(AST_SymbolFunarg, marker, node.rest);6582 walk_destructured(AST_SymbolDeclaration, assigned ? function(node) {6713 function walk_destructured(symbol_type, mark, lhs) { function