Searched refs:keep_throws (Results 1 – 1 of 1) sorted by relevance
3881 function eliminate_returns(stat, keep_throws, in_block) { argument3883 … var mode = !(keep_throws && stat instanceof AST_Throw) && match_return(stat, true);3891 stat.body = eliminate_returns(stat.body, keep_throws);3892 … if (stat.alternative) stat.alternative = eliminate_returns(stat.alternative, keep_throws);3894 stat.body = eliminate_returns(stat.body, keep_throws);3897 if (stat.bcatch) eliminate_returns(stat.bcatch, keep_throws);3902 var trimmed = eliminate_returns(stat.body.pop(), keep_throws, true);