Handbook
Glossary
emit-dummy-array ( obj type -- ptr )
Vocabulary
bootstrap
.
image
.
private
Inputs
obj
an
object
type
an
object
Outputs
ptr
an
object
Definition
USING:
kernel
;
IN:
bootstrap.image.private
:
emit-dummy-array
( obj type -- ptr )
[
assert-empty
]
[
[
0
emit-fixnum
]
emit-object
]
bi*
;