1var core = require('./_core');
2module.exports = function (CONSTRUCTOR) {
3  var C = core[CONSTRUCTOR];
4  return (C.virtual || C.prototype);
5};
6