Phase
The macro-state of the loader. During compilation from a file, a loader will ratchet between COMPILING while parsing a top-level statement, and EXECUTING_FOR_COMPILE while executing the compiled statement. Similarly, when loading from a file, the loader's phase alternates between LOADING and EXECUTING_FOR_LOAD.
Entries
No statements have been loaded or compiled yet.
The header has been compiled and processed, and is now being styled.
A top-level parsed statement is being executed.
A top-level deserialized statement is being executed.
The AvailLoader is parsing an expression within some anonymous module. The current fiber is attempting to execute some Avail code as requested by the compilation.
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.