Companion
Functions
Attempt to add the declaration to the compiler scope information within the client data stored in the current fiber. If there is already a declaration by that name, return it; otherwise return null.
Construct an unstartedfiber with the specified result type, name supplier, and AvailLoader. The priority is initially set to loaderPriority.
Answer the fiber currently bound to the current Interpreter.
Look up the declaration with the given name in the current compiler scope. This information is associated with the current Interpreter, and therefore the fiber that it is executing. If no such binding exists, answer null. The module scope is not consulted by this mechanism.
Construct an unstartedfiber with the specified result type and initial priority.
Construct an unstartedfiber with the specified result type and AvailLoader. The priority is initially set to loaderPriority.
Construct an unstartedfiber with the specified AvailLoader, for the purpose of styling tokens and phrases. Such a fiber is the only place that styling is allowed. Fibers launched from this fiber also allow styling, but they should be joined by this fiber to ensure they are not making changes after styling is supposed to have completed. The priority is initially set to loaderPriority.