o_EnsureMutable

open override fun o_EnsureMutable(self: AvailObject): A_Continuation

If immutable, copy the object as mutable, otherwise answer the original mutable continuation. This is used by the Interpreter to ensure it is always executing a mutable continuation and is therefore always able to directly modify it.