aboutsummaryrefslogtreecommitdiff
path: root/node_modules/es6-weak-map/implement.js
blob: 6c3f306b9d5f43b57768d0911cf0f7f691dc11b5 (plain)
1
2
3
4
5
6
7
'use strict';

if (!require('./is-implemented')()) {
	Object.defineProperty(require('es5-ext/global'), 'WeakMap',
		{ value: require('./polyfill'), configurable: true, enumerable: false,
			writable: true });
}