Home
last modified time | relevance | path

Searched refs:SetMirror (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/debug/
Dmirrors.js116 mirror = new SetMirror(value);
421 return this instanceof SetMirror;
1238 function SetMirror(value) { class
1241 inherits(SetMirror, ObjectMirror);
1262 SetMirror.prototype.values = function(opt_limit) { class
2399 "SetMirror", SetMirror,
/external/v8/
DChangeLog21625 Expose the content of Sets and WeakSets through SetMirror (issue 3093).