mirror of
https://github.com/CPunch/Cosmo.git
synced 2025-12-31 13:10:07 +00:00
CObjMethod refactor
This commit is contained in:
@@ -30,6 +30,7 @@ CState *cosmoV_newState() {
|
||||
state->top = state->stack;
|
||||
state->frameCount = 0;
|
||||
state->openUpvalues = NULL;
|
||||
state->metaObj = NULL;
|
||||
|
||||
cosmoT_initTable(state, &state->strings, 8); // init string table
|
||||
cosmoT_initTable(state, &state->globals, 8); // init global table
|
||||
|
||||
Reference in New Issue
Block a user