diff options
author | Benoit Giannangeli <benoit.giannangeli@boursorama.fr> | 2017-02-22 09:00:12 +0100 |
---|---|---|
committer | Benoit Giannangeli <benoit.giannangeli@boursorama.fr> | 2017-02-22 09:00:12 +0100 |
commit | a40719dc74b8dbb0d6c8fc0272c0d79ad8a7a9ea (patch) | |
tree | a87cbfa7d3e7620b64681f3f738320c58be0f469 /README.md | |
parent | dbe2a3bf2ef8c053e6c596c99e29eb27b6118f1b (diff) | |
download | fengari-a40719dc74b8dbb0d6c8fc0272c0d79ad8a7a9ea.tar.gz fengari-a40719dc74b8dbb0d6c8fc0272c0d79ad8a7a9ea.tar.bz2 fengari-a40719dc74b8dbb0d6c8fc0272c0d79ad8a7a9ea.zip |
select
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |