Home
last modified time | relevance | path

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

/external/v8/src/debug/
Dmirrors.js181 mirror = new GeneratorMirror(value);
422 return this instanceof GeneratorMirror;
1394 function GeneratorMirror(value) { class
1397 inherits(GeneratorMirror, ObjectMirror);
1408 GeneratorMirror.prototype.status = function() { class
1413 GeneratorMirror.prototype.sourcePosition_ = function() {
1418 GeneratorMirror.prototype.sourceLocation = function() {
1429 GeneratorMirror.prototype.func = function() {
1437 GeneratorMirror.prototype.context = function() {
1445 GeneratorMirror.prototype.receiver = function() {
[all …]
/external/v8/test/mjsunit/es6/
Dgenerators-mirror.js39 assertTrue(mirror instanceof debug.GeneratorMirror);