luaL_getmetafield: return pushed value's type
commitfe8bdfb7bf0a19e4414f095334e9ccb1b36c27d3
authoru3shit <u3shit@gmail.com>
Sat, 25 Feb 2017 17:26:50 +0000 (25 18:26 +0100)
committeru3shit <u3shit@gmail.com>
Sat, 25 Feb 2017 17:53:11 +0000 (25 18:53 +0100)
treee63cc226112afa2452ffa2b0c988fc119bdceec2
parent42e387530d6e3befc80d18dd1a18d7892a85c99f
luaL_getmetafield: return pushed value's type

Since 5.3. Lua 5.1 and 5.2 spec don't specify the return values of
luaL_getmetafield, other than being false when the metatable or field is
missing.
src/lj_api.c