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