blob: f42ab73e5f0c17b9055bfaf501d98d9142c0e3bc [file]
function A() {
}
A.prototype = Object.create(A);
A.prototype.constructor = A;