Searched refs:first_spread_index_ (Results 1 – 2 of 2) sorted by relevance
564 first_spread_index_ >= 0 ? first_spread_index_ : values()->length(); in InitDepthAndFlags()567 bool is_simple = first_spread_index_ < 0; in InitDepthAndFlags()595 first_spread_index_ >= 0 ? first_spread_index_ : values()->length(); in BuildBoilerplateDescription()
1478 int first_spread_index() const { return first_spread_index_; } in first_spread_index()1510 first_spread_index_(first_spread_index), in ArrayLiteral()1513 int first_spread_index_; variable