Searched refs:to_funarg (Results 1 – 1 of 1) sorted by relevance
1256 function to_funarg(node) { function1260 rest = to_funarg(node.elements.pop().expression);1264 elements: node.elements.map(to_funarg),1271 name: to_funarg(node.left),1276 node.name = to_funarg(node.name);1280 node.elements = node.elements.map(to_funarg);1281 if (node.rest) node.rest = to_funarg(node.rest);1286 prop.value = to_funarg(prop.value);1288 if (node.rest) node.rest = to_funarg(node.rest);1295 rest = to_funarg(node.properties.pop().expression);[all …]