COMPILING_FOR_EVAL

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.

Note that this is permitted after loading has completed, but also during loading if the code being loaded explicitly creates an anonymous module and uses it to compile an expression. In both cases the current loader will be tied to an anonymous module.

Properties

Link copied to clipboard
val isExecuting: Boolean = false

Whether this phase represents a time when execution is happening.

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int