Home | History | Annotate | Download | only in src

Lines Matching full:weakmap

32 var $WeakMap = global.WeakMap;
152 return new $WeakMap();
160 ['WeakMap.prototype.get', this]);
172 ['WeakMap.prototype.set', this]);
184 ['WeakMap.prototype.has', this]);
196 ['WeakMap.prototype.delete', this]);
237 // Set up the WeakMap constructor function.
238 %SetCode($WeakMap, WeakMapConstructor);
240 // Set up the constructor property on the WeakMap prototype object.
241 %SetProperty($WeakMap.prototype, "constructor", $WeakMap, DONT_ENUM);
243 // Set up the non-enumerable functions on the WeakMap prototype object.
244 InstallFunctions($WeakMap.prototype, DONT_ENUM, $Array(