Lines Matching full:wrapper
44 /// Wrapper around lua_getglobal to run in a protected environment.
60 /// Wrapper around lua_gettable to run in a protected environment.
77 /// Wrapper around lua_next to run in a protected environment.
95 /// Wrapper around lua_setglobal to run in a protected environment.
111 /// Wrapper around lua_settable to run in a protected environment.
293 /// Wrapper around lua_getglobal.
313 /// This is a wrapper around the incompatible differences between Lua 5.1 and
331 /// Wrapper around luaL_getmetafield.
347 /// Wrapper around lua_getmetatable.
359 /// Wrapper around lua_gettable.
380 /// Wrapper around lua_gettop.
390 /// Wrapper around lua_insert.
400 /// Wrapper around lua_isboolean.
412 /// Wrapper around lua_isfunction.
424 /// Wrapper around lua_isnil.
436 /// Wrapper around lua_isnumber.
448 /// Wrapper around lua_isstring.
460 /// Wrapper around lua_istable.
472 /// Wrapper around lua_isuserdata.
484 /// Wrapper around luaL_loadfile.
502 /// Wrapper around luaL_loadstring.
517 /// Wrapper around lua_newtable.
527 /// Wrapper around lua_newuserdata.
544 /// Wrapper around lua_next.
571 /// Wrapper around luaL_openlibs.
583 /// Wrapper around luaopen_base.
597 /// Wrapper around luaopen_string.
616 /// Wrapper around luaopen_table.
635 /// Wrapper around lua_pcall.
650 /// Wrapper around lua_pop.
662 /// Wrapper around lua_pushboolean.
672 /// Wrapper around lua_pushcclosure.
674 /// This is not a pure wrapper around lua_pushcclosure because this has to do
689 /// Wrapper around lua_pushcfunction.
691 /// This is not a pure wrapper around lua_pushcfunction because this has to do
705 /// Wrapper around lua_pushinteger.
715 /// Wrapper around lua_pushnil.
723 /// Wrapper around lua_pushstring.
735 /// Wrapper around lua_pushvalue.
745 /// Wrapper around lua_rawget.
755 /// Wrapper around lua_rawset.
768 /// Wrapper around lua_setglobal.
788 /// Wrapper around lua_setmetatable.
798 /// Wrapper around lua_settable.
819 /// Wrapper around lua_toboolean.
832 /// Wrapper around lua_tointeger.
845 /// Wrapper around lua_touserdata.
863 /// Wrapper around lua_tostring.
882 /// Wrapper around lua_upvalueindex.