Parents: | tools.image-analyzer |
Class | Superclass | Slots |
alien | struct | |
array | struct | |
bignum | struct | |
callstack | struct | |
code-block | struct | |
code-heap-node | heap-node | free? gc-maps |
dll | struct | |
heap-node | tuple | address object payload |
image-header | struct | |
object | struct | |
quotation | struct | |
string | struct | |
tuple | struct | |
tuple-layout | struct | |
word | struct | |
wrapper | struct |
Word | Stack effect |
alien? | ( object -- ? ) |
array? | ( object -- ? ) |
bignum? | ( object -- ? ) |
callstack? | ( object -- ? ) |
code-block? | ( object -- ? ) |
code-heap-node? | ( object -- ? ) |
dll? | ( object -- ? ) |
heap-node? | ( object -- ? ) |
image-header? | ( object -- ? ) |
object? | ( object -- ? ) |
quotation? | ( object -- ? ) |
string? | ( object -- ? ) |
tuple-layout? | ( object -- ? ) |
tuple? | ( object -- ? ) |
word? | ( object -- ? ) |
wrapper? | ( object -- ? ) |
Vocabulary | Summary |
tools.image-analyzer.vm.32 | |
tools.image-analyzer.vm.64 |