scratch0-5 / utils /VMMakerJS.package /JSMethod.class /instance /emitGlobalStructReferenceOn..st
soiz1's picture
Upload folder using huggingface_hub
8f3f8db verified
raw
history blame contribute delete
207 Bytes
JS code generation
emitGlobalStructReferenceOn: aStream
"Add a reference to the globals struct if needed"
(self globalStructureBuildMethodHasFoo > 1)
ifTrue: [aStream nextPutAll: 'var foo = fum;'; cr].