out-d<< ( value object -- )


Vocabulary
accessors

Definition
IN: accessors

GENERIC: out-d<< ( value object -- )


Methods
USING: accessors compiler.tree slots.private ;

M: #alien-assembly out-d<< 4 set-slot ; inline


USING: accessors compiler.tree slots.private ;

M: #alien-indirect out-d<< 4 set-slot ; inline


USING: accessors compiler.tree slots.private ;

M: #alien-invoke out-d<< 4 set-slot ; inline


USING: accessors compiler.tree slots.private ;

M: #call-recursive out-d<< 4 set-slot ; inline


USING: accessors compiler.tree slots.private ;

M: #call out-d<< 4 set-slot ; inline


USING: accessors compiler.tree slots.private ;

M: #copy out-d<< 3 set-slot ; inline


USING: accessors compiler.tree slots.private ;

M: #enter-recursive out-d<< 3 set-slot ; inline


USING: accessors compiler.tree slots.private ;

M: #introduce out-d<< 2 set-slot ; inline


USING: accessors compiler.tree slots.private ;

M: #phi out-d<< 4 set-slot ; inline


USING: accessors compiler.tree slots.private ;

M: #push out-d<< 3 set-slot ; inline


USING: accessors compiler.tree slots.private ;

M: #return-recursive out-d<< 3 set-slot ; inline


USING: accessors compiler.tree slots.private ;

M: #shuffle out-d<< 4 set-slot ; inline


USING: accessors slots.private stack-checker.alien ;

M: alien-node-params out-d<< 6 set-slot ; inline