Expand description
This module contains the set of compiler-emitted event codes, and their explanations
Enums§
- Event
- A typed wrapper around the raw trace events known to the compiler
Constants§
- FRAME_
END_ EVENT - This event indicates that a procedure call frame is exited
- FRAME_
START_ EVENT - This event indicates that a procedure call frame is entered
- PRINTLN_
EVENT - This event indicates that a line should be printed.