Searched defs:SetMirror (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/debug/
H A Dmirrors.js46 // - SetMirror
116 mirror = new SetMirror(value);
421 return this instanceof SetMirror;
1238 function SetMirror(value) { function
1241 inherits(SetMirror, ObjectMirror);
1262 SetMirror.prototype.values = function(opt_limit) {
2399 "SetMirror", SetMirror,
1252 SetMirror.prototype.values = function(opt_limit) { class

Completed in 68 milliseconds