Searched refs:SetMirror (Results 1 – 3 of 3) sorted by relevance
34 assertTrue(mirror instanceof debug.SetMirror);
87 mirror = new SetMirror(value);454 return this instanceof SetMirror;1340 function SetMirror(value) { class1343 inherits(SetMirror, ObjectMirror);1352 SetMirror.prototype.values = function() {
390 Expose the content of Sets and WeakSets through SetMirror (issue 3093).