source:
trip-planner-front/node_modules/core-js/internals/native-weak-map.js
Last change on this file was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 231 bytes |
Line | |
---|---|
1 | var global = require('../internals/global'); |
2 | var inspectSource = require('../internals/inspect-source'); |
3 | |
4 | var WeakMap = global.WeakMap; |
5 | |
6 | module.exports = typeof WeakMap === 'function' && /native code/.test(inspectSource(WeakMap)); |
Note:
See TracBrowser
for help on using the repository browser.