Return argument i as a LuaValue if it exists, or defval. @param i the index of the argument to test, 1 is the first argument @return LuaValue value if the argument exists, defval if not @exception LuaError if the argument does not exist.
(int i, LuaValue defval)