Searched refs:from_stack (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/lutok/ |
| H A D | state.cpp | 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() [all …]
|
| H A D | exceptions.hpp | 61 static api_error from_stack(state&, const std::string&);
|
| H A D | exceptions.cpp | 81 lutok::api_error::from_stack(state& state_, const std::string& api_function_) in from_stack() function in lutok::api_error
|
| H A D | exceptions_test.cpp | 61 const lutok::api_error e = lutok::api_error::from_stack(state, in ATF_TEST_CASE_BODY()
|
| H A D | debug.cpp | 72 throw lutok::api_error::from_stack(s, "lua_getinfo"); in get_info()
|
| /freebsd-14.2/sys/contrib/dev/rtw89/ |
| H A D | chan.c | 127 bool from_stack) in __rtw89_config_entity_chandef() argument 133 if (from_stack) in __rtw89_config_entity_chandef()
|
| /freebsd-14.2/contrib/bearssl/T0/ |
| H A D | kern.t0 | 28 : __deflocal ( from_stack name -- ) 34 : __deflocals ( from_stack -- )
|