mirror of
https://github.com/CPunch/Cosmo.git
synced 2026-02-01 08:50:02 +00:00
added support for __newindex
This commit is contained in:
@@ -15,7 +15,8 @@ typedef struct CCallFrame {
|
||||
typedef enum IStringEnum {
|
||||
ISTRING_INIT, // __init
|
||||
ISTRING_EQUAL, // __equal
|
||||
ISTRING_INDEX,
|
||||
ISTRING_INDEX, // __index
|
||||
ISTRING_NEWINDEX, // __newindex
|
||||
ISTRING_MAX
|
||||
} IStringEnum;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user