swc/crates/swc_ecma_codegen/tests/test262/16c7073c546fdd58.js

6 lines
124 B
JavaScript
Raw Normal View History

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