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()
581 throw lutok::api_error::from_stack(*this, "luaopen_base"); in open_base()
599 throw lutok::api_error::from_stack(*this, "luaopen_string"); in open_string()
618 throw lutok::api_error::from_stack(*this, "luaopen_table"); in open_table()
634 throw lutok::api_error::from_stack(*this, "lua_pcall"); in pcall()
771 throw lutok::api_error::from_stack(*this, "lua_setglobal"); in set_global()
802 throw lutok::api_error::from_stack(*this, "lua_settable"); in set_table()