swc/crates/swc_ecma_codegen/tests/fixture/issues/2000/output.js
2021-11-10 19:00:54 +09:00

5 lines
165 B
JavaScript

function testme() {
for(var a = arguments.length, b = new Array(a), c = 0; c < a; c++)b[c] = arguments[c];
/^toto.+/.test(b.join("")) && global.other(!0);
}