Sha256: 9501b72a2bdf787621a9f9ba5e7487162c844c277523f0c11b7a6f8a0bafe71b
Contents?: true
Size: 208 Bytes
Versions: 29
Compression:
Stored size: 208 Bytes
Contents
var fails = require('../internals/fails'); module.exports = !fails(function () { function F() { /* empty */ } F.prototype.constructor = null; return Object.getPrototypeOf(new F()) !== F.prototype; });
Version data entries
29 entries across 28 versions & 9 rubygems