blob: 0ec61272e14f59f02309110887a3c8e37b6c7bdc [file] [log] [blame]
var core = require('./_core');
module.exports = function(CONSTRUCTOR){
var C = core[CONSTRUCTOR];
return (C.virtual || C.prototype);
};