Searched refs:OP_NEWTABLE (Results 1 – 5 of 5) sorted by relevance
227 OP_NEWTABLE,/* A B C k R[A] := {} */ enumerator
435 case OP_NEWTABLE: in PrintCode()
1839 *inst = CREATE_ABCk(OP_NEWTABLE, ra, rb, rc, k);
934 int pc = luaK_codeABC(fs, OP_NEWTABLE, 0, 0, 0); in constructor()
1449 vmcase(OP_NEWTABLE) {