OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:luaT_gettmbyobj
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/mit/lua/dist/src/
ltm.c
80
const TValue *
luaT_gettmbyobj
(lua_State *L, const TValue *o, TMS event) {
148
const TValue *tm =
luaT_gettmbyobj
(L, p1, event); /* try first operand */
150
tm =
luaT_gettmbyobj
(L, p2, event); /* try second operand */
ltm.h
82
LUAI_FUNC const TValue *
luaT_gettmbyobj
(lua_State *L, const TValue *o,
lfunc.c
113
const TValue *tm =
luaT_gettmbyobj
(L, obj, TM_CLOSE);
130
const TValue *tm =
luaT_gettmbyobj
(L, s2v(level), TM_CLOSE);
lvm.c
319
tm =
luaT_gettmbyobj
(L, t, TM_INDEX);
373
tm =
luaT_gettmbyobj
(L, t, TM_NEWINDEX);
750
tm =
luaT_gettmbyobj
(L, rb, TM_LEN);
ldo.c
420
tm =
luaT_gettmbyobj
(L, s2v(func), TM_CALL); /* (after previous GC) */
lgc.c
914
tm =
luaT_gettmbyobj
(L, &v, TM_GC);
Completed in 27 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026