Searched refs:BreakableStatement (Results 1 – 6 of 6) sorted by relevance
126 class BreakableStatement; variable305 class BreakableStatement : public Statement {307 BreakableStatement(int position, NodeType type) : Statement(position, type) {} in BreakableStatement() function310 class Block final : public BreakableStatement {334 using IgnoreCompletionField = BreakableStatement::NextBitField<bool, 1>;340 : BreakableStatement(kNoSourcePosition, kBlock), in Block()429 class IterationStatement : public BreakableStatement {436 : BreakableStatement(pos, type), body_(nullptr) {} in IterationStatement()609 BreakableStatement* target() const { return target_; } in target()615 BreakStatement(BreakableStatement* target, int pos) in BreakStatement()[all …]
91 BreakableStatement* statement) in BlockBuilder()
390 BreakableStatement* statement, in ControlScopeForBreakable()
105 using BreakableStatement = v8::internal::BreakableStatement*;736 IterationStatement* AsIterationStatement(BreakableStatement* s) {
892 using BreakableStatement = PreParserStatement;
218 using BreakableStatementT = typename Types::BreakableStatement;