Searched refs:OP_LEN (Results 1 – 8 of 8) sorted by relevance
195 OP_LEN,/* A B R(A) := length of R(B) */ enumerator
735 int o2 = (op != OP_UNM && op != OP_LEN) ? luaK_exp2RK(fs, e2) : 0; in codearith()784 codearith(fs, OP_LEN, e, &e2, line); in luaK_prefix()
490 case OP_MOD: case OP_POW: case OP_UNM: case OP_LEN: in luaV_finishOp()713 vmcase(OP_LEN, in luaV_execute()
485 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()
620 case OP_LEN: tm = TM_LEN; break; in funcnamefromcode()
823 case OP_UNM: case OP_BNOT: case OP_LEN: in luaV_finishOp()1581 vmcase(OP_LEN) { in luaV_execute()