Searched refs:luaL_newmetatable (Results 1 – 5 of 5) sorted by relevance
229 if (luaL_newmetatable(l, CAP_TYPE)) in push_cap_metatable()249 if (luaL_newmetatable(l, type()))
489 luaL_newmetatable(l, APP_TASK_TYPE); in exec()523 if (luaL_newmetatable(l, APP_TASK_TYPE)) in init()
70 LUALIB_API int (luaL_newmetatable) (lua_State *L, const char *tname); variable
311 LUALIB_API int luaL_newmetatable (lua_State *L, const char *tname) { in luaL_newmetatable() function505 if (luaL_newmetatable(L, "_UBOX*")) /* creating metatable? */ in newbox()
785 luaL_newmetatable(L, LUA_FILEHANDLE); /* metatable for file handles */ in createmeta()
Completed in 12 milliseconds