scratch0-5 / utils /VMMakerJS.package /JSSmartSyntaxPluginCodeGenerator.class /instance /generateCoerceToUnsignedValueFrom.on..st
soiz1's picture
Upload folder using huggingface_hub
8f3f8db verified
asOop:/asValue:
generateCoerceToUnsignedValueFrom: aNode on: aStream
self halt: 'todo'.
aStream nextPutAll: 'interpreterProxy.positive32BitValueOf('.
self emitJSExpression: aNode on: aStream.
aStream nextPutAll: ')'