// https://github.com/espruino/Espruino/issues/106 var A = function() { this.x = 42; } var a = new A; result = a.x == 42;