cleanup>> ( object -- value )


Vocabulary
accessors

Definition
IN: accessors

GENERIC: cleanup>> ( object -- value )


Methods
USING: accessors compiler.cfg.instructions slots.private ;

M: ##alien-assembly cleanup>> 6 slot ; inline


USING: accessors compiler.cfg.instructions slots.private ;

M: ##alien-indirect cleanup>> 7 slot ; inline


USING: accessors compiler.cfg.instructions slots.private ;

M: ##alien-invoke cleanup>> 6 slot ; inline