_native-weak-map.js 216 B

1234
  1. var nativeFunctionToString = require('./_function-to-string');
  2. var WeakMap = require('./_global').WeakMap;
  3. module.exports = typeof WeakMap === 'function' && /native code/.test(nativeFunctionToString.call(WeakMap));