Handbook
Glossary
value-flow-false? ( object -- ? )
Vocabulary
compiler
.
cfg
.
register-allocation
.
verifier
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
value-flow-false
class.
Definition
USING:
kernel
;
IN:
compiler.cfg.register-allocation.verifier
:
value-flow-false?
( object -- ? )
\
value-flow-false
eq?
;