summaryrefslogtreecommitdiff
path: root/tools/eslint/node_modules/escope/node_modules/es6-weak-map/test/index.js
blob: 9b26e4fa7e4a0167ffbaadc776a0a579b1971d18 (plain)
1
2
3
4
5
6
'use strict';

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