soiz1's picture
Upload folder using huggingface_hub
8f3f8db verified
raw
history blame contribute delete
322 Bytes
asOop:/asValue:
generateCoerceToPtr: aString fromObject: aNode on: aStream
"This code assumes no named instance variables"
self halt: 'todo'.
aStream
nextPutAll: '((';
nextPutAll: aString;
nextPutAll: ') interpreterProxy->firstIndexableField('.
self emitJSExpression: aNode on: aStream.
aStream nextPutAll: '))'