Handbook
Glossary
depends-on-custom-inlining
Definition Dependency Management
Prev:
depends-on-class-predicate
Next:
depends-on-final
Vocabulary
stack-checker
.
dependencies
Class description
Conditional dependency on the identity of a word's custom inlining quotation. Replacing or removing the hook invalidates the dependency; rebuilding the generic's dispatch definition does not.
Definition
IN:
stack-checker.dependencies
TUPLE:
depends-on-custom-inlining
word quot
;
Methods
USING:
accessors
kernel
stack-checker.dependencies
words
;
M:
depends-on-custom-inlining
satisfied?
[
word>>
"custom-inlining"
word-prop
]
[
quot>>
]
bi
eq?
;