/var/www/greso.tech/server/nsm/node_modules/es6-symbol/test
NameSizeModeActions
implement.js830644editdlrm
index.js2710644editdlrm
is-implemented.js3170644editdlrm
is-native-implemented.js770644editdlrm
is-symbol.js4070644editdlrm
polyfill.js8060644editdlrm
validate-symbol.js6290644editdlrm
Edit: /var/www/greso.tech/server/nsm/node_modules/es6-symbol/test/is-implemented.js (317B)
"use strict"; var global = require("ext/global-this") , polyfill = require("../polyfill"); module.exports = function (t, a) { var cache; a(typeof t(), "boolean"); cache = global.Symbol; global.Symbol = polyfill; a(t(), true); if (cache === undefined) delete global.Symbol; else global.Symbol = cache; };