Spaces:
Running
Running
File size: 207 Bytes
8f3f8db |
1 2 3 4 5 6 7 |
JS code generation
emitGlobalStructReferenceOn: aStream
"Add a reference to the globals struct if needed"
(self globalStructureBuildMethodHasFoo > 1)
ifTrue: [aStream nextPutAll: 'var foo = fum;'; cr].
|