Searched refs:safe_to_trim (Results 1 – 1 of 1) sorted by relevance
1878 function safe_to_trim(stat) { function1894 …if (thing instanceof AST_BlockStatement) return all(thing.body, safe_to_trim) ? thing.body : [ thi…3511 if (all(stat.body, safe_to_trim)) {4424 if (!safe_to_trim(node)) block.required = true;6239 if (!safe_to_trim(stat)) return node;