Home
last modified time | relevance | path

Searched defs:Lua (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.h21 class Lua; variable
H A DLua.cpp34 Lua::Lua() : m_lua_state(luaL_newstate()) { in Lua() function in Lua