Spaces:
Running
Running
File size: 350 Bytes
8f3f8db |
1 2 3 4 5 6 7 |
JS code generator
emitJSCodeOn: aStream doInlining: inlineFlag doAssertions: assertionFlag
"Emit C code for all methods in the code base onto the given stream. All inlined method calls should already have been expanded."
self prepareMethodsInlined: inlineFlag doAssertions: assertionFlag.
^ self emitJSCodeOn: aStream doAssertions: assertionFlag
|