menu
anteater package
documentation
ir/cfg/control_flow_graph.dart
ThrowInstruction
ThrowInstruction.new constructor
ThrowInstruction.new constructor
dark_mode
light_mode
ThrowInstruction
constructor
ThrowInstruction
(
{
required
int
offset
,
required
Value
exception
,
})
Implementation
ThrowInstruction({required super.offset, required this.exception});
anteater package
documentation
ir/cfg/control_flow_graph
ThrowInstruction
ThrowInstruction.new constructor
ThrowInstruction class