Home
last modified time | relevance | path

Searched refs:ScopedLuaCall (Results 1 – 1 of 1) sorted by relevance

/dports/games/spring/spring_98.0/rts/Lua/
H A DLuaHandle.cpp265 struct ScopedLuaCall { in RunCallInTraceback() struct
267 ScopedLuaCall( in RunCallInTraceback() argument
304 ~ScopedLuaCall() { in RunCallInTraceback() argument
364 ScopedLuaCall call(this, L, hs, inArgs, outArgs, errFuncIndex, popErrorFunc); in RunCallInTraceback()