Searched refs:ContextMirror (Results 1 – 2 of 2) sorted by relevance
508 function ContextMirror() {} class511 ContextMirror.prototype.data = function() {}
463 return this instanceof ContextMirror;1039 this._context = new ContextMirror(%FunctionGetContextData(this.value_));2352 this.context_ = new ContextMirror(script.context_data);2466 function ContextMirror(data) { class2471 inherits(ContextMirror, Mirror);2474 ContextMirror.prototype.data = function() { class