swc/crates/swc_ecma_codegen/tests/test262/16c7073c546fdd58.js
2021-11-10 19:00:54 +09:00

6 lines
124 B
JavaScript

// prevent optimization because of this.constructor.arguments access
new function() {
var a = 1;
this.arguments;
};