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);
424 return this instanceof GeneratorMirror;
1405 function GeneratorMirror(value) { class
1408 inherits(GeneratorMirror, ObjectMirror);
1419 GeneratorMirror.prototype.status = function() { class
1424 GeneratorMirror.prototype.sourcePosition_ = function() {
1429 GeneratorMirror.prototype.sourceLocation = function() {
1440 GeneratorMirror.prototype.func = function() {
1448 GeneratorMirror.prototype.receiver = function() {
3032 "GeneratorMirror", GeneratorMirror,
/external/v8/test/mjsunit/es6/
Dgenerators-mirror.js39 assertTrue(mirror instanceof debug.GeneratorMirror);