static LuaValue luaEval(S code) { ret evalLua(code); } static LuaValue luaEval(Sandbox sandbox, S code) { ret evalLua(sandbox, code); }