Home | History | Annotate | Download | only in debug

Lines Matching refs:gen

2195 function ScopeDetails(frame, fun, gen, index, opt_details) {
2211 opt_details || %GetGeneratorScopeDetails(gen.value(), index);
2212 this.gen_value_ = gen.value();
2288 * @param {GeneratorMirror} gen The generator this scope is a part of
2294 function ScopeMirror(frame, fun, gen, index, opt_details) {
2302 this.details_ = new ScopeDetails(frame, fun, gen, index, opt_details);