diff options
author | Benoit Giannangeli <giann008@gmail.com> | 2017-04-14 08:18:27 +0200 |
---|---|---|
committer | Benoit Giannangeli <giann008@gmail.com> | 2017-04-14 08:18:27 +0200 |
commit | fd613ef1da5e3eeb10d13351ccf217e33b30b1dd (patch) | |
tree | 6e6621056f7fb61c68450c7e12e751857cb54d05 /README.md | |
parent | b711f32eee2e0c696cb0e621f54e38c398c7090a (diff) | |
download | fengari-fd613ef1da5e3eeb10d13351ccf217e33b30b1dd.tar.gz fengari-fd613ef1da5e3eeb10d13351ccf217e33b30b1dd.tar.bz2 fengari-fd613ef1da5e3eeb10d13351ccf217e33b30b1dd.zip |
debug.upvaluejoin
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -34,7 +34,6 @@ - [ ] lua_getstack - [ ] lua_getupvalue - [ ] lua_isboolean - - [ ] lua_iscfunction - [ ] lua_islightuserdata - [ ] lua_isuserdata - [ ] lua_pcallk @@ -48,7 +47,6 @@ - [ ] lua_setallocf - [ ] lua_sethook - [ ] lua_tocfunction - - [ ] lua_upvaluejoin - [ ] Auxiliary library - [x] ... - [ ] luaL_addsize @@ -94,10 +92,10 @@ - [x] debug.setupvalue - [x] debug.setuservalue - [x] debug.traceback + - [x] debug.upvalueid + - [x] debug.upvaluejoin - [ ] debug.gethook - [ ] debug.sethook - - [ ] debug.upvalueid - - [ ] debug.upvaluejoin - [ ] Run [Lua test suite](https://github.com/lua/tests) - [ ] DOM API binding |