Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dast.h646 int first_yield_id() const { return first_yield_id_; } in first_yield_id()
649 first_yield_id_ = first_yield_id; in set_first_yield_id()
665 first_yield_id_(0) {} in IterationStatement()
675 int first_yield_id_; variable