HomeSort by relevance Sort by last modified time
    Searched refs:yield_count (Results 1 - 3 of 3) sorted by null

  /external/v8/src/ast/
prettyprinter.cc 1227 Print(" %d\n", program->yield_count());
    [all...]
ast.h 645 int yield_count() const { return yield_count_; } function in class:v8::internal::IterationStatement
647 void set_yield_count(int yield_count) { yield_count_ = yield_count; }
2701 int yield_count() { return yield_count_; } function in class:v8::internal::final
    [all...]
  /external/v8/src/interpreter/
bytecode-generator.cc 558 generator_resume_points_(info->literal()->yield_count(), info->zone()),
649 // Recall that stmt->yield_count() is always zero inside ordinary
657 for (size_t id = first_yield; id < first_yield + stmt->yield_count(); id++) {
666 if (stmt->yield_count() > 0) {
675 stmt->yield_count(), generator_resume_points_);
    [all...]

Completed in 758 milliseconds