Home | History | Annotate | Download | only in src

Lines Matching defs:WeakSet

12 var $WeakSet = global.WeakSet;
132 // Harmony WeakSet
136 throw MakeTypeError('constructor_not_function', ['WeakSet']);
166 ['WeakSet.prototype.add', this]);
178 ['WeakSet.prototype.has', this]);
190 ['WeakSet.prototype.delete', this]);
202 ['WeakSet.prototype.clear', this]);
214 %SetCode($WeakSet, WeakSetConstructor);
215 %FunctionSetPrototype($WeakSet, new $Object());
216 %AddNamedProperty($WeakSet.prototype, "constructor", $WeakSet, DONT_ENUM);
218 // Set up the non-enumerable functions on the WeakSet prototype object.
219 InstallFunctions($WeakSet.prototype, DONT_ENUM, $Array(