Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/es6/
Dmirror-collections.js34 assertTrue(mirror instanceof debug.SetMirror);
/external/v8/src/
Dmirror-debugger.js87 mirror = new SetMirror(value);
454 return this instanceof SetMirror;
1340 function SetMirror(value) { class
1343 inherits(SetMirror, ObjectMirror);
1352 SetMirror.prototype.values = function() {
/external/v8/
DChangeLog390 Expose the content of Sets and WeakSets through SetMirror (issue 3093).