var a = new mw.Map();
a.get('constructor');
// function Object() { [native code] }
a.set('hasOwnProperty');
// Let the party begin.
It's almost as fun as setting
var true = !1;
var false = !0;
.. in languages that support that, fortunately javascript isn't one of them.
Version: 1.17.x
Severity: normal