blob: ebaf445ffa96c8ea288bc3d5fc35e88463331982 [file] [log] [blame]
var nativeFunctionToString = require('./_function-to-string');
var WeakMap = require('./_global').WeakMap;
module.exports = typeof WeakMap === 'function' && /native code/.test(nativeFunctionToString.call(WeakMap));