Spaces:
Running
Running
scratch0-5 / utils /VMMakerJS.package /JSSmartSyntaxPluginCodeGenerator.class /instance /generateCoerceToUnsignedValueFrom.on..st
| asOop:/asValue: | |
| generateCoerceToUnsignedValueFrom: aNode on: aStream | |
| self halt: 'todo'. | |
| aStream nextPutAll: 'interpreterProxy.positive32BitValueOf('. | |
| self emitJSExpression: aNode on: aStream. | |
| aStream nextPutAll: ')' |