Lines Matching refs:luaG_runerror
193 luaG_runerror(L, "gettable chain too long; possible loop");
236 luaG_runerror(L, "settable chain too long; possible loop");
497 luaG_runerror(L, "string length overflow");
557 luaG_runerror(L, "attempt to divide by zero");
577 luaG_runerror(L, "attempt to perform 'n%%0'");
1264 luaG_runerror(L, "'for' limit must be a number");
1267 luaG_runerror(L, "'for' step must be a number");
1270 luaG_runerror(L, "'for' initial value must be a number");
1276 luaG_runerror(L, "'for' limit must be a number");
1279 luaG_runerror(L, "'for' step must be a number");
1282 luaG_runerror(L, "'for' initial value must be a number");