cfunction
(table/rawget tab key)
Gets a value from a table without looking at the prototype table. If
a table tab does not contain t directly, the function will return nil
without checking the prototype. Returns the value in the table.