Searched refs:is_breakable (Results 1 – 3 of 3) sorted by relevance
316 bool is_breakable() const { return IsBreakableField::decode(bit_field_); } in is_breakable() function339 bool is_breakable) in Block() argument344 IsBreakableField::encode(is_breakable); in Block()347 Block(bool ignore_completion_value, bool is_breakable) in Block() argument348 : Block(nullptr, 0, ignore_completion_value, is_breakable) {} in Block()2839 Block* NewBlock(bool ignore_completion_value, bool is_breakable) { in NewBlock() argument2840 return zone_->New<Block>(ignore_completion_value, is_breakable); in NewBlock()
150 BreakableScope scope(this, node->is_breakable()); in VisitBlock()
707 PreParserBlock NewBlock(bool ignore_completion_value, bool is_breakable) { in NewBlock() argument