Spaces:
Running
Running
scratch0-5 / utils /VMMakerJS.package /ArrayedCollection.extension /class /jscg.generateCoerceToOopFrom.on..st
| *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 |