Sign in
cobalt
/
cobalt
/
d2bc3b69d823bbaf46d1c4355b23486a85a6d791
/
.
/
third_party
/
devtools
/
node_modules
/
object.getownpropertydescriptors
/
polyfill.js
blob: 0424acfb1c862f6303892b4b8f87ec989bbd4024 [
file
]
'use strict'
;
var
implementation
=
require
(
'./implementation'
);
module
.
exports
=
function
getPolyfill
()
{
return
typeof
Object
.
getOwnPropertyDescriptors
===
'function'
?
Object
.
getOwnPropertyDescriptors
:
implementation
;
};