NewLang Project
Yet another programm language
|
#include <system.h>
Protected Member Functions | |
Buildin (RuntimePtr rt, ObjType type, const char *name=nullptr) | |
bool | CreateMethod (const char *proto, FunctionType &func, ObjType type=ObjType::Function) |
bool | CreateMethodNative (const char *proto, void *addr) |
bool | AddMethod (const char *name, ObjPtr obj) |
|
inlineprotected |
Definition at line 57 of file system.h.
References ASSERT, LOG_RUNTIME, newlang::Parser::ParseTerm(), and newlang::toString().
|
protected |
Definition at line 55 of file system.cpp.
References ASSERT, LOG_ERROR, and newlang::Parser::ParseTerm().
Referenced by newlang::runtime::Base::Base(), and newlang::runtime::System::System().
|
protected |
Definition at line 43 of file system.cpp.
References ASSERT, LOG_ERROR, and newlang::Parser::ParseTerm().
Referenced by newlang::runtime::System::System().
|
protected |
Definition at line 22 of file system.cpp.
References LOG_RUNTIME.