Spaces:
Running
Running
scratch0-5 / utils /VMMakerJS.package /JSCodeGenerator.class /instance /compileToJSMethodSelector.in..st
| utilities | |
| compileToJSMethodSelector: selector in: aClass | |
| "Compile a method to a JSMethod" | |
| ^(Compiler new | |
| parse: (aClass sourceCodeAt: selector) | |
| in: aClass | |
| notifying: nil) | |
| asTranslationMethodOfClass: self translationMethodClass |