gave up the idea of constants.
enhanced namespace handling with selfns and self uniformified identifier handling related to namespacing
This commit is contained in:
@@ -463,6 +463,10 @@ int moo_decode (moo_t* moo, moo_oop_method_t mth, const moo_oocs_t* classfqn)
|
||||
LOG_INST_0 (moo, "push_process");
|
||||
break;
|
||||
|
||||
case BCODE_PUSH_RECEIVER_NS:
|
||||
LOG_INST_0 (moo, "push_receiver_ns");
|
||||
break;
|
||||
|
||||
case BCODE_PUSH_NEGONE:
|
||||
LOG_INST_0 (moo, "push_negone");
|
||||
break;
|
||||
@@ -479,6 +483,7 @@ int moo_decode (moo_t* moo, moo_oop_method_t mth, const moo_oocs_t* classfqn)
|
||||
LOG_INST_0 (moo, "push_two");
|
||||
break;
|
||||
|
||||
|
||||
case BCODE_PUSH_INTLIT:
|
||||
FETCH_PARAM_CODE_TO (moo, b1);
|
||||
LOG_INST_1 (moo, "push_intlit %zu", b1);
|
||||
|
||||
Reference in New Issue
Block a user