Searched refs:noin (Results 1 – 1 of 1) sorted by relevance
1040 function parenthesize_for_noin(node, output, noin) { argument1041 if (!noin) node.print(output);1063 var noin = p instanceof AST_For || p instanceof AST_ForIn;1064 parenthesize_for_noin(self.value, output, noin);