aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBenoit Giannangeli <benoit.giannangeli@boursorama.fr>2017-02-22 09:00:12 +0100
committerBenoit Giannangeli <benoit.giannangeli@boursorama.fr>2017-02-22 09:00:12 +0100
commita40719dc74b8dbb0d6c8fc0272c0d79ad8a7a9ea (patch)
treea87cbfa7d3e7620b64681f3f738320c58be0f469 /README.md
parentdbe2a3bf2ef8c053e6c596c99e29eb27b6118f1b (diff)
downloadfengari-a40719dc74b8dbb0d6c8fc0272c0d79ad8a7a9ea.tar.gz
fengari-a40719dc74b8dbb0d6c8fc0272c0d79ad8a7a9ea.tar.bz2
fengari-a40719dc74b8dbb0d6c8fc0272c0d79ad8a7a9ea.zip
select
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index f9111f6..3174ecb 100644
--- a/README.md
+++ b/README.md
@@ -40,6 +40,7 @@
- [x] lua_tonumber
- [x] lua_tonumberx
- [x] lua_toboolean
+ - [x] lua_topointer
- [x] lua_pushjsclosure (lua_pushcclosure)
- [x] lua_pushjsfunction (lua_pushcfunction)
- [x] lua_pop
@@ -130,7 +131,6 @@
- [ ] lua_status
- [ ] lua_stringtonumber
- [ ] lua_tocfunction
- - [ ] lua_topointer
- [ ] lua_tothread
- [ ] lua_touserdata
- [ ] lua_upvalueid
@@ -213,11 +213,11 @@
- [x] xpcall
- [x] collectgarbage (unavailable)
- [x] ipairs
+ - [x] select
- [ ] assert
- [ ] next
- [ ] pairs
- [ ] rawlen
- - [ ] select
- [ ] tonumber
- [ ] dofile
- [ ] loadfile