Searched refs:MakeMirror (Results 1 – 18 of 18) sorted by relevance
36 var mirror = debug.MakeMirror(a);97 mirror = debug.MakeMirror(x);106 mirror = debug.MakeMirror(y);
93 mirror = debug.MakeMirror(o);115 mirror = debug.MakeMirror(f);117 mirror = debug.MakeMirror(o.a);
34 var mirror = debug.MakeMirror(f).script();92 var mirror = debug.MakeMirror(eval('(function(){\n 1;\n})')).script();
45 var mirror = debug.MakeMirror(obj);177 global_mirror = debug.MakeMirror(this);194 mirror = debug.MakeMirror(o);220 mirror = debug.MakeMirror(new String('abc'));
32 var mirror = debug.MakeMirror(void 0);
32 var mirror = debug.MakeMirror(null);
33 var mirror = debug.MakeMirror(b);
36 var ctor = debug.MakeMirror(Point);
33 var mirror = debug.MakeMirror(n);
33 var mirror = debug.MakeMirror(d);
35 var mirror = debug.MakeMirror(s);
45 var mirror = debug.MakeMirror(e);
45 var mirror = debug.MakeMirror(f);
56 var mirror = debug.MakeMirror(r);
122 context_json.push({ name: key, handle: Debug.MakeMirror(additional_context[key]).handle() });
45 var mirror = debug.MakeMirror(a);
53 function MakeMirror(value, opt_transient) { class120 return MakeMirror(void 0);583 return MakeMirror(%DebugGetProperty(this.value_, 'constructor'));588 return MakeMirror(%DebugGetProperty(this.value_, 'prototype'));593 return MakeMirror(%DebugGetPrototype(this.value_));753 result[i] = MakeMirror(result[i]);841 return MakeMirror(script);887 result[i] = MakeMirror(result[i]);1150 return MakeMirror(this.value_, false);1203 return MakeMirror(this.getter_);[all …]
896 Debug.MakeMirror = MakeMirror;917 return MakeMirror(%DebugEvaluateGlobal(this.break_id, source,1093 exception: MakeMirror(this.exception_)1122 this.script_ = MakeMirror(script);2053 response.body = MakeMirror(%GetLOLObj(obj_id));2231 response.body.push(MakeMirror(scripts[i]));