Searched defs:WeakMap (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dcollection.js32 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 prototyp
[all...]

Completed in 39 milliseconds