UNPKG

test262-parser-tests

Version:
18 lines (17 loc) 268 B
(function () { var a = { }; with (a) { (1, b)(); // Don't transform it to test() } /* * var obj = { * test: function() { * print(obj === this); * } * }; * with (obj) { * test(); // true * (0, test)(); // false * } */ }());