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

/external/v8/src/inspector/
H A Ddebugger_script_externs.js276 /** @return {!ContextMirror|undefined} */
384 function ContextMirror() {} class
387 ContextMirror.prototype.data = function() {}
/external/v8/src/debug/
H A Dmirrors.js394 return this instanceof ContextMirror;
939 this._context = new ContextMirror(%FunctionGetContextData(this.value_));
2247 this.context_ = new ContextMirror(script.context_data);
2360 function ContextMirror(data) { class
2364 inherits(ContextMirror, Mirror);
2367 ContextMirror.prototype.data = function() {

Completed in 83 milliseconds