We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebe9113 commit b899f88Copy full SHA for b899f88
test.js
@@ -66,6 +66,7 @@ test('objects', function (t) {
66
};
67
var G = function G() {};
68
G.prototype = new F();
69
+ G.prototype.constructor = G;
70
var H = function H() {};
71
H.prototype = G.prototype;
72
var I = function I() {};
0 commit comments