Searched refs:SetMirror (Results 1 – 3 of 3) sorted by relevance
387 function SetMirror () {} class393 SetMirror.prototype.values = function(limit) {}
168 mirror = new SetMirror(value);490 return this instanceof SetMirror;1338 function SetMirror(value) { class1341 inherits(SetMirror, ObjectMirror);1362 SetMirror.prototype.values = function(opt_limit) { class3075 "SetMirror", SetMirror,
17604 Expose the content of Sets and WeakSets through SetMirror (issue 3093).