Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/ast/
Dast.h316 bool is_breakable() const { return IsBreakableField::decode(bit_field_); } in is_breakable() function
339 bool is_breakable) in Block() argument
344 IsBreakableField::encode(is_breakable); in Block()
347 Block(bool ignore_completion_value, bool is_breakable) in Block() argument
348 : Block(nullptr, 0, ignore_completion_value, is_breakable) {} in Block()
2839 Block* NewBlock(bool ignore_completion_value, bool is_breakable) { in NewBlock() argument
2840 return zone_->New<Block>(ignore_completion_value, is_breakable); in NewBlock()
/third_party/node/deps/v8/src/parsing/
Drewriter.cc150 BreakableScope scope(this, node->is_breakable()); in VisitBlock()
Dpreparser.h707 PreParserBlock NewBlock(bool ignore_completion_value, bool is_breakable) { in NewBlock() argument