PATH:
usr
/
local
/
lib
/
node_modules
/
gulp
/
node_modules
/
es6-weak-map
/
test
"use strict"; var globalObj = require("es5-ext/global") , polyfill = require("../polyfill"); module.exports = function (t, a) { var cache; a(typeof t(), "boolean"); cache = globalObj.WeakMap; globalObj.WeakMap = polyfill; a(t(), true); if (cache === undefined) delete globalObj.WeakMap; else globalObj.WeakMap = cache; };
[-] is-implemented.js
[edit]
[+]
..
[-] polyfill.js
[edit]
[-] is-weak-map.js
[edit]
[-] index.js
[edit]
[-] valid-weak-map.js
[edit]
[-] is-native-implemented.js
[edit]
[-] implement.js
[edit]