Lines Matching refs:api_error
307 throw lutok::api_error::from_stack(*this, "lua_getglobal"); in get_global()
375 throw lutok::api_error::from_stack(*this, "lua_gettable"); in get_table()
498 throw lutok::api_error::from_stack(*this, "luaL_loadfile"); in load_file()
513 throw lutok::api_error::from_stack(*this, "luaL_loadstring"); in load_string()
560 throw lutok::api_error::from_stack(*this, "lua_next"); in next()
593 throw lutok::api_error::from_stack(*this, "luaopen_base"); in open_base()
611 throw lutok::api_error::from_stack(*this, "luaopen_string"); in open_string()
630 throw lutok::api_error::from_stack(*this, "luaopen_table"); in open_table()
646 throw lutok::api_error::from_stack(*this, "lua_pcall"); in pcall()
783 throw lutok::api_error::from_stack(*this, "lua_setglobal"); in set_global()
814 throw lutok::api_error::from_stack(*this, "lua_settable"); in set_table()