Spaces:
Running
Running
scratch0-5
/
utils
/VMMakerJS.package
/ArrayedCollection.extension
/class
/jscg.generateCoerceToValueFrom.on..st
*vmmakerjs | |
jscg: cg generateCoerceToValueFrom: aNode on: aStream | |
"N.B. The could be used both for generation and simulation so answer the result (for interpretation)" | |
^cg | |
generateCoerceToPtr: (self jscgDeclareJSForVar: '') | |
fromObject: aNode on: aStream |