MCPcopy Create free account
hub / github.com/axmolengine/axmol / noexcept

Function noexcept

3rdparty/lua/sol/sol.hpp:19138–19144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19136 // MSVC is broken, what a surprise...
19137#else
19138 noexcept(traits_type::is_noexcept)
19139#endif
19140 {
19141 auto udata = stack::stack_detail::get_as_upvalues<function_type*>(L);
19142 function_type* fx = udata.first;
19143 return call_detail::call_wrapped<void, true, false>(L, fx);
19144 }
19145
19146 template <bool is_yielding, bool no_trampoline>
19147 static int call(lua_State* L) {

Callers 15

intrusive_ptrClass · 0.85
ComPtrClass · 0.85
lockMethod · 0.85
unlockMethod · 0.85
robin_hashClass · 0.85
invokeFunction · 0.85
sol.hppFile · 0.85
swapFunction · 0.85
unique_is_null_noexceptFunction · 0.85
unique_get_noexceptFunction · 0.85
callMethod · 0.85

Calls 7

upvalue_indexClass · 0.85
callFunction · 0.85
lua_gettopFunction · 0.85
luaL_errorFunction · 0.85
derefFunction · 0.85
trampolineFunction · 0.85
unwrapFunction · 0.70

Tested by

no test coverage detected