Checks if the value at index is a table.
index
bool isTable([int index = -1]) => lua_istable(L, index);