MCPcopy Create free account
hub / github.com/WaykiChain/WaykiChain / lua_pushinteger

Function lua_pushinteger

src/vm/luavm/lua/lapi.c:466–471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

464
465
466LUA_API void lua_pushinteger (lua_State *L, lua_Integer n) {
467 lua_lock(L);
468 setivalue(L->top, n);
469 api_incr_top(L);
470 lua_unlock(L);
471}
472
473
474LUA_API const char *lua_pushlstring (lua_State *L, const char *s, size_t len) {

Callers 15

RetRstToLuaFunction · 0.85
ExInt64MulFuncFunction · 0.85
ExInt64AddFuncFunction · 0.85
ExInt64SubFuncFunction · 0.85
ExInt64DivFuncFunction · 0.85
ExByteToIntegerFuncFunction · 0.85
ExGetCurRunEnvHeightFuncFunction · 0.85
ExGetBlockTimestampFunction · 0.85
ExGetCurTxInputAssetFuncFunction · 0.85
ExGetAccountAssetFuncFunction · 0.85
ExGetAssetPriceFuncFunction · 0.85
RunMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected