Sign in
cobalt
/
cobalt
/
4db9f13a160f367210321ab353f1fd251699bffb
/
.
/
third_party
/
devtools
/
node_modules
/
lodash
/
_defineProperty.js
blob: b6116d92abe289c10fd69c6b226f823e97b58e57 [
file
] [
log
] [
blame
]
var
getNative
=
require
(
'./_getNative'
);
var
defineProperty
=
(
function
()
{
try
{
var
func
=
getNative
(
Object
,
'defineProperty'
);
func
({},
''
,
{});
return
func
;
}
catch
(
e
)
{}
}());
module
.
exports
=
defineProperty
;