Sign in
cobalt
/
cobalt.git
/
04cd6faca4dd5039a1b810e9ba7b7a79e51a781d
/
.
/
src
/
cobalt
/
debug
/
remote
/
devtools
/
node_modules
/
lodash
/
_WeakMap.js
blob: 567f86c61e0983523bbb59ec6cdd43272faf9f4f [
file
]
var
getNative
=
require
(
'./_getNative'
),
root
=
require
(
'./_root'
);
/* Built-in method references that are verified to be native. */
var
WeakMap
=
getNative
(
root
,
'WeakMap'
);
module
.
exports
=
WeakMap
;