entry-virtual.js 129 Bytes Raw Blame History Permalink 1 2 3 4 5 var path = require('../internals/path'); module.exports = function (CONSTRUCTOR) { return path[CONSTRUCTOR + 'Prototype']; };