scratch0-5 / utils /VMMakerJS.package /ArrayedCollection.extension /class /jscg.generateCoerceToOopFrom.on..st
soiz1's picture
Upload folder using huggingface_hub
8f3f8db verified
*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