UNPKG

107 BJavaScriptView Raw
1'use strict';
2
3module.exports = function (T, a) {
4 var x = {};
5 a((new T([[x, 'foo']])).get(x), 'foo');
6};