OP_LEN            644 lib/lua/lcode.c     case OP_LEN: return 0;  /* no constant folding for 'len' */
OP_LEN            657 lib/lua/lcode.c     int o2 = (op != OP_UNM && op != OP_LEN) ? luaK_exp2RK(fs, e2) : 0;
OP_LEN            702 lib/lua/lcode.c       codearith(fs, OP_LEN, e, &e2);
OP_LEN            530 lib/lua/lvm.c        case OP_LEN: {