chore: upgrade project dependencies to latest compatible versions across all modules
This commit is contained in:
@@ -53,6 +53,7 @@ typedef enum {
|
||||
|
||||
RAVA_OP_CALL,
|
||||
RAVA_OP_CALL_STATIC,
|
||||
RAVA_OP_CALL_RECURSIVE,
|
||||
RAVA_OP_CALL_VIRTUAL,
|
||||
RAVA_OP_CALL_SUPER,
|
||||
RAVA_OP_CALL_NATIVE,
|
||||
@@ -139,6 +140,7 @@ typedef union {
|
||||
char *class_name;
|
||||
char *method_name;
|
||||
int arg_count;
|
||||
void *cached_method;
|
||||
} call;
|
||||
struct {
|
||||
char *class_name;
|
||||
|
||||
Reference in New Issue
Block a user