swc/ecmascript/codegen/tests/references/16c7073c546fdd58.js
강동윤 eb2a2a7f15
Fix tests and lints (#44)
- Temporarilly ignored comment codegen tests.
 - Split Simplify into SimplifyExpr and SimplifyStmt
 - fix lints
2018-11-05 13:12:52 +09:00

10 lines
261 B
JavaScript

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