Result
The success state of a primitive attempt.
Entries
The continuation was replaced as a consequence of the primitive. This is a specific form of success, but no result can be produced due to the fact that the new continuation does not have a place to write it.
A primitive with Flag.CanInline and Flag.Invokes has set up the Interpreter.function and Interpreter.argsBuffer for a call, but has not called it because that's not permitted from within a Primitive.
The current fiber has been suspended as a consequence of this primitive executing, so the interpreter should switch processes now.
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.