Files
anissah/user/themes/anissabensalah/node_modules/es6-weak-map/test/index.js
T
2018-05-28 13:26:25 +02:00

7 lines
107 B
JavaScript

'use strict';
module.exports = function (T, a) {
var x = {};
a((new T([[x, 'foo']])).get(x), 'foo');
};