work on method wrapper and native function support
This commit is contained in:
@@ -17,7 +17,7 @@ ArgonObject *new_object();
|
||||
|
||||
void add_field(ArgonObject *target, char *name, ArgonObject *object);
|
||||
|
||||
ArgonObject *get_field_for_class(ArgonObject *target, char *name);
|
||||
ArgonObject *get_field_for_class(ArgonObject *target, char *name, ArgonObject *binding_object);
|
||||
|
||||
ArgonObject *get_field(ArgonObject *target, char *name, bool recursive);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user