aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBenoit Giannangeli <giann008@gmail.com>2017-04-11 13:58:15 +0200
committerBenoit Giannangeli <giann008@gmail.com>2017-04-11 13:58:15 +0200
commit58fcb1d7f55424de904fd6ae53954b46d82aae8c (patch)
treeb6969917ab16a139b918b33d29aa1c93ae66336c /README.md
parentea8b3d63af92085d1563c670968152c7dbbb7642 (diff)
downloadfengari-58fcb1d7f55424de904fd6ae53954b46d82aae8c.tar.gz
fengari-58fcb1d7f55424de904fd6ae53954b46d82aae8c.tar.bz2
fengari-58fcb1d7f55424de904fd6ae53954b46d82aae8c.zip
debug.upvalueid
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 16 insertions, 1 deletions
diff --git a/README.md b/README.md
index 23e5f15..cb4ad18 100644
--- a/README.md
+++ b/README.md
@@ -51,7 +51,6 @@
- [ ] lua_setlocal
- [ ] lua_setuservalue
- [ ] lua_tocfunction
- - [ ] lua_upvalueid
- [ ] lua_upvaluejoin
- [ ] Auxiliary library
- [x] ...
@@ -87,6 +86,22 @@
- [ ] os
- [ ] io
- [ ] Debug
+ - [x] debug.debug
+ - [x] debug.getlocal
+ - [ ] debug.gethook
+ - [ ] debug.getinfo
+ - [ ] debug.getmetatable
+ - [ ] debug.getregistry
+ - [ ] debug.getupvalue
+ - [ ] debug.getuservalue
+ - [ ] debug.sethook
+ - [ ] debug.setlocal
+ - [ ] debug.setmetatable
+ - [ ] debug.setupvalue
+ - [ ] debug.setuservalue
+ - [ ] debug.traceback
+ - [ ] debug.upvalueid
+ - [ ] debug.upvaluejoin
- [ ] Run [Lua test suite](https://github.com/lua/tests)
- [ ] DOM API binding