Add basic runtime function operations.
This commit is contained in:
@@ -68,6 +68,11 @@ const static std::vector<std::string> builtins = {
|
||||
};
|
||||
|
||||
const static std::vector<std::string> methods = {
|
||||
// BEd methods.
|
||||
"handle",
|
||||
"register",
|
||||
"unregister",
|
||||
// Normal:
|
||||
"abort",
|
||||
"at_exit",
|
||||
"binding",
|
||||
|
||||
Reference in New Issue
Block a user