OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:luaL_callmeta
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/mit/lua/dist/src/
lauxlib.h
55
LUALIB_API int (
luaL_callmeta
) (lua_State *L, int obj, const char *e);
lua.c
139
if (
luaL_callmeta
(L, 1, "__tostring") && /* does it have a metamethod */
lauxlib.c
881
LUALIB_API int
luaL_callmeta
(lua_State *L, int obj, const char *event) {
905
if (
luaL_callmeta
(L, idx, "__tostring")) { /* metafield? */
Completed in 17 milliseconds
Indexes created Wed Jul 29 00:25:28 UTC 2026