Searched refs:OP_LEN (Results 1 – 8 of 8) sorted by relevance
196 OP_LEN,/* A B R(A) := length of R(B) */ enumerator
736 int o2 = (op != OP_UNM && op != OP_LEN) ? luaK_exp2RK(fs, e2) : 0; in codearith()785 codearith(fs, OP_LEN, e, &e2, line); in luaK_prefix()
491 case OP_MOD: case OP_POW: case OP_UNM: case OP_LEN: in luaV_finishOp()714 vmcase(OP_LEN, in luaV_execute()
486 case OP_LEN: tm = TM_LEN; break; in getfuncname()
265 OP_LEN,/* A B R[A] := #R[B] (length operator) */ enumerator
545 case OP_LEN: in PrintCode()
646 case OP_LEN: tm = TM_LEN; break; in funcnamefromcode()
831 case OP_UNM: case OP_BNOT: case OP_LEN: in luaV_finishOp()1582 vmcase(OP_LEN) { in luaV_execute()