scratch0-5 / utils /VMMakerJS.package /JSCodeGenerator.class /instance /emitJSCodeOn.doInlining.doAssertions..st
soiz1's picture
Upload folder using huggingface_hub
8f3f8db verified
raw
history blame contribute delete
350 Bytes
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