Spaces:
Running
Running
File size: 209 Bytes
8f3f8db |
1 2 3 4 5 6 |
asOop:/asValue:
generateCoerceToFloatObjectFrom: aNode on: aStream
self halt: 'todo'.
aStream nextPutAll: 'interpreterProxy.floatObjectOf('.
self emitJSExpression: aNode on: aStream.
aStream nextPutAll: ')' |