NewLang Project
Yet another programm language
|
This is the complete list of members for newlang::runtime::Buildin, including all inherited members.
AddMethod(const char *name, ObjPtr obj) | newlang::runtime::Buildin | protected |
Buildin(RuntimePtr rt, ObjType type, const char *name=nullptr) | newlang::runtime::Buildin | inlineprotected |
CreateMethod(const char *proto, FunctionType &func, ObjType type=ObjType::Function) | newlang::runtime::Buildin | protected |
CreateMethodNative(const char *proto, void *addr) | newlang::runtime::Buildin | protected |