Handbook
Glossary
depends-on-next-method? ( object -- ? )
Vocabulary
stack-checker
.
dependencies
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
depends-on-next-method
class.
Definition
USING:
classes.tuple.private
kernel
slots.private
;
IN:
stack-checker.dependencies
:
depends-on-next-method?
( object -- ? )
dup
tuple?
[
layout-of
7
slot
\
depends-on-next-method
eq?
]
[
drop
f
]
if
;