initial commit
This commit is contained in:
7
node_modules/es6-weak-map/test/index.js
generated
vendored
Normal file
7
node_modules/es6-weak-map/test/index.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
"use strict";
|
||||
|
||||
module.exports = function (T, a) {
|
||||
var obj = {};
|
||||
|
||||
a((new T([[obj, "foo"]])).get(obj), "foo");
|
||||
};
|
||||
Reference in New Issue
Block a user