QuickBEAM.VM.Program.Source (QuickBEAM v0.11.0)
View SourceResolves VM instruction positions to source line and column metadata.
Summary
Functions
Resolves a VM function instruction index to source line and column information.
Types
@type position() :: {pos_integer(), pos_integer()}
Functions
@spec source_position(QuickBEAM.VM.Program.Function.t(), non_neg_integer()) :: position()
Resolves a VM function instruction index to source line and column information.