3daa8c904f61c4b6ca7dab9a82cca96dd6eb4496ab4a4ebfd7f0323dca79baa2690b0e2ff860efb56fbda51e4c45c32efe092c26b6d6a28b817dbab60e4566 145 B

123456
  1. 'use strict';
  2. var global = require('../internals/global');
  3. module.exports = function (CONSTRUCTOR) {
  4. return global[CONSTRUCTOR].prototype;
  5. };