soiz1's picture
Upload folder using huggingface_hub
8f3f8db verified
raw
history blame contribute delete
238 Bytes
utilities
compileToJSMethodSelector: selector in: aClass
"Compile a method to a JSMethod"
^(Compiler new
parse: (aClass sourceCodeAt: selector)
in: aClass
notifying: nil)
asTranslationMethodOfClass: self translationMethodClass