Spaces:
Running
Running
File size: 317 Bytes
8f3f8db |
1 2 3 4 5 6 |
*vmmakerjs
jscg: cg generateCoerceToOopFrom: aNode on: aStream
"N.B. The is used both for generation and simulation so answer the result (for interpretation)"
self instSize > 0 ifTrue:
[self error: 'cannot auto-coerce arrays with named instance variables'].
^cg generateCoerceToObjectFromPtr: aNode on: aStream |