Searched refs:GeneratorMirror (Results 1 – 2 of 2) sorted by relevance
181 mirror = new GeneratorMirror(value);424 return this instanceof GeneratorMirror;1405 function GeneratorMirror(value) { class1408 inherits(GeneratorMirror, ObjectMirror);1419 GeneratorMirror.prototype.status = function() { class1424 GeneratorMirror.prototype.sourcePosition_ = function() {1429 GeneratorMirror.prototype.sourceLocation = function() {1440 GeneratorMirror.prototype.func = function() {1448 GeneratorMirror.prototype.receiver = function() {3032 "GeneratorMirror", GeneratorMirror,
39 assertTrue(mirror instanceof debug.GeneratorMirror);