Lines Matching full:weakmap
36 var $WeakMap = global.WeakMap;
240 // Harmony WeakMap
246 throw MakeTypeError('constructor_not_function', ['WeakMap']);
254 ['WeakMap.prototype.get', this]);
266 ['WeakMap.prototype.set', this]);
278 ['WeakMap.prototype.has', this]);
290 ['WeakMap.prototype.delete', this]);
302 ['WeakMap.prototype.clear', this]);
314 %SetCode($WeakMap, WeakMapConstructor);
315 %FunctionSetPrototype($WeakMap, new $Object());
316 %SetProperty($WeakMap.prototype, "constructor", $WeakMap, DONT_ENUM);
318 // Set up the non-enumerable functions on the WeakMap prototype object.
319 InstallFunctions($WeakMap.prototype, DONT_ENUM, $Array(