swc/crates/swc_ecma_codegen/tests/fixture/issues/2000/output.js

5 lines
165 B
JavaScript
Raw Normal View History

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);
}