Sign in
chromium
/
devtools
/
devtools-frontend
/
0a3621c
/
.
/
node_modules
/
core-js-pure
/
internals
/
entry-virtual.js
blob: 3ef2ebf6a05ef84588e0a5e9b2a89c09df93304c [
file
]
var
path
=
require
(
'../internals/path'
);
module
.
exports
=
function
(
CONSTRUCTOR
)
{
return
path
[
CONSTRUCTOR
+
'Prototype'
];
};