Lines Matching refs:lua_pushinteger
54 lua_pushinteger(L, val); in setnameval()
740 lua_pushinteger(L, pc+1); in listcode()
788 lua_pushinteger(L, p->abslineinfo[i].pc); in listabslineinfo()
790 lua_pushinteger(L, p->abslineinfo[i].line); in listabslineinfo()
840 lua_pushinteger(L, l_memcontrol.total); in mem_query()
841 lua_pushinteger(L, l_memcontrol.numblocks); in mem_query()
842 lua_pushinteger(L, l_memcontrol.maxmem); in mem_query()
856 lua_pushinteger(L, l_memcontrol.objcount[i]); in mem_query()
968 lua_pushinteger(L, tsvalue(obj_at(L, 1))->hash); in hash_query()
975 lua_pushinteger(L, luaH_mainposition(t, o) - t->node); in hash_query()
983 lua_pushinteger(L, (L->top.p - L->stack.p)); in stacklevel()
984 lua_pushinteger(L, stacksize(L)); in stacklevel()
985 lua_pushinteger(L, L->nCcalls); in stacklevel()
986 lua_pushinteger(L, L->nci); in stacklevel()
987 lua_pushinteger(L, (unsigned long)&a); in stacklevel()
1000 lua_pushinteger(L, asize); in table_query()
1001 lua_pushinteger(L, allocsizenode(t)); in table_query()
1002 lua_pushinteger(L, isdummy(t) ? 0 : t->lastfree - t->node); in table_query()
1003 lua_pushinteger(L, t->alimit); in table_query()
1007 lua_pushinteger(L, i); in table_query()
1023 lua_pushinteger(L, gnext(&t->node[i])); in table_query()
1035 lua_pushinteger(L ,tb->size); in string_query()
1036 lua_pushinteger(L ,tb->nuse); in string_query()
1057 lua_pushinteger(L, luaL_ref(L, LUA_REGISTRYINDEX)); in tref()
1114 lua_pushinteger(L, cast(long, lua_touserdata(L, 1))); in udataval()
1126 lua_pushinteger(L, status); in doonnewstack()
1145 lua_pushinteger(L, lua_tointeger(L, 1)); in num2int()
1218 lua_pushinteger(L, status); in doremote()
1233 lua_pushinteger(L, luaO_ceillog2(x)); in log2_aux()
1475 lua_pushinteger(L1, lua_gettop(L1)); in runC()
1517 lua_pushinteger(L1, luaL_len(L1, getindex)); in runC()
1536 lua_pushinteger(L1, lua_resetthread(L1)); /* deprecated */ in runC()
1545 lua_pushinteger(L1, lua_rawlen(L1, getindex)); in runC()
1588 lua_pushinteger(L1, getnum); in runC()
1603 lua_pushinteger(L1, lua_upvalueindex(getnum)); in runC()
1729 lua_pushinteger(L1, lua_tointeger(L1, getindex)); in runC()
1811 lua_pushinteger(L, ctx); in Cfunck()
1845 lua_pushinteger(L, ar->currentline); /* may be used by script */ in Chook()