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