Home
last modified time | relevance | path

Searched refs:ContextMirror (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/inspector/
Ddebugger_script_externs.js508 function ContextMirror() {} class
511 ContextMirror.prototype.data = function() {}
/external/v8/src/debug/
Dmirrors.js463 return this instanceof ContextMirror;
1039 this._context = new ContextMirror(%FunctionGetContextData(this.value_));
2352 this.context_ = new ContextMirror(script.context_data);
2466 function ContextMirror(data) { class
2471 inherits(ContextMirror, Mirror);
2474 ContextMirror.prototype.data = function() { class