Searched refs:from_stack (Results 1 – 7 of 7) sorted by relevance
/freebsd/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/sys/contrib/dev/rtw89/ |
H A D | chan.c | 169 bool from_stack) in rtw89_config_roc_chandef() 175 if (from_stack) 127 __rtw89_config_entity_chandef(struct rtw89_dev * rtwdev,enum rtw89_sub_entity_idx idx,const struct cfg80211_chan_def * chandef,bool from_stack) __rtw89_config_entity_chandef() argument
|
/freebsd/contrib/bearssl/T0/ |
H A D | kern.t0 | 28 : __deflocal ( from_stack name -- ) 34 : __deflocals ( from_stack -- )
|