Searched defs:MakeMirror (Results 1 - 1 of 1) sorted by path

/external/v8/src/
H A Dmirror-debugger.js42 function MakeMirror(value, opt_transient) { function
120 return MakeMirror(UNDEFINED);
668 return MakeMirror(%DebugGetProperty(this.value_, 'constructor'));
673 return MakeMirror(%DebugGetProperty(this.value_, 'prototype'));
678 return MakeMirror(%DebugGetPrototype(this.value_));
860 result[i] = MakeMirror(result[i]);
990 return this.script_ = MakeMirror(script);
1038 result[i] = MakeMirror(result[i]);
1298 return MakeMirror(PromiseGetValue_(this.value_));
1405 this.func_ = MakeMirror(
[all...]

Completed in 130 milliseconds