Home | History | Annotate | Download | only in src

Lines Matching defs:WeakMap

11 var $WeakMap = global.WeakMap;
16 // Harmony WeakMap
20 throw MakeTypeError('constructor_not_function', ['WeakMap']);
54 ['WeakMap.prototype.get', this]);
66 ['WeakMap.prototype.set', this]);
78 ['WeakMap.prototype.has', this]);
90 ['WeakMap.prototype.delete', this]);
102 ['WeakMap.prototype.clear', this]);
114 %SetCode($WeakMap, WeakMapConstructor);
115 %FunctionSetPrototype($WeakMap, new $Object());
116 %AddNamedProperty($WeakMap.prototype, "constructor", $WeakMap, DONT_ENUM);
118 // Set up the non-enumerable functions on the WeakMap prototype object.
119 InstallFunctions($WeakMap.prototype, DONT_ENUM, $Array(