swc/ecmascript/codegen/tests/references/a2f26b79b01628f9.js

8 lines
159 B
JavaScript
Raw Normal View History

(function() {
var a = 1;
with (// should not hoist to parameter
with (b)// should not hoist to parameter
with (b)
arguments = 2;
}());