Handbook
Glossary
slot<< ( value object -- )
Vocabulary
accessors
Inputs
value
an
object
object
an
object
Outputs
None
Definition
IN:
accessors
GENERIC:
slot<<
( value object -- )
Methods
USING:
accessors
compiler.cfg.instructions
slots.private
;
M:
##set-slot-imm
slot<<
4
set-slot
;
inline
USING:
accessors
compiler.cfg.instructions
slots.private
;
M:
##set-slot
slot<<
4
set-slot
;
inline
USING:
accessors
compiler.cfg.instructions
slots.private
;
M:
##slot-imm
slot<<
4
set-slot
;
inline
USING:
accessors
compiler.cfg.instructions
slots.private
;
M:
##slot
slot<<
4
set-slot
;
inline
USING:
accessors
compiler.cfg.instructions
slots.private
;
M:
##write-barrier-imm
slot<<
3
set-slot
;
inline
USING:
accessors
compiler.cfg.instructions
slots.private
;
M:
##write-barrier
slot<<
3
set-slot
;
inline
USING:
accessors
refs
slots.private
;
M:
slot-ref
slot<<
3
set-slot
;
inline