enhance inline (#5535)

This commit is contained in:
Alex Lam S.L
2022-07-01 04:24:16 +01:00
committed by GitHub
parent 4c227cc6bd
commit 51deeff72e
10 changed files with 84 additions and 31 deletions

View File

@@ -9611,7 +9611,6 @@ inline_throw: {
collapse_vars: true,
inline: true,
keep_fargs: false,
side_effects: true,
unused: true,
}
input: {
@@ -9631,6 +9630,7 @@ inline_throw: {
try {
(function(a) {
throw a;
return;
})("PASS");
} catch (e) {
console.log(e);