native-weak-map.js 231 Bytes Raw Blame History Permalink 1 2 3 4 5 6 var global = require('../internals/global'); var inspectSource = require('../internals/inspect-source'); var WeakMap = global.WeakMap; module.exports = typeof WeakMap === 'function' && /native code/.test(inspectSource(WeakMap));