Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Ddebugger_script_externs.js387 function SetMirror () {} class
393 SetMirror.prototype.values = function(limit) {}
/external/v8/src/debug/
Dmirrors.js168 mirror = new SetMirror(value);
490 return this instanceof SetMirror;
1338 function SetMirror(value) { class
1341 inherits(SetMirror, ObjectMirror);
1362 SetMirror.prototype.values = function(opt_limit) { class
3075 "SetMirror", SetMirror,
/external/v8/
DChangeLog17604 Expose the content of Sets and WeakSets through SetMirror (issue 3093).