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