diff options
author | Benoit Giannangeli <benoit.giannangeli@boursorama.fr> | 2017-02-17 07:56:12 +0100 |
---|---|---|
committer | Benoit Giannangeli <benoit.giannangeli@boursorama.fr> | 2017-02-17 07:56:44 +0100 |
commit | 4eea48935f2e0ea1267d314f2900af2a1a4b8b02 (patch) | |
tree | 90f7e4d1bb08ea3626e56944235b4ce281c6d07d /README.md | |
parent | e02fa80026ed5789e04ab865f238c8d184487dd2 (diff) | |
download | fengari-4eea48935f2e0ea1267d314f2900af2a1a4b8b02.tar.gz fengari-4eea48935f2e0ea1267d314f2900af2a1a4b8b02.tar.bz2 fengari-4eea48935f2e0ea1267d314f2900af2a1a4b8b02.zip |
lua_pop
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,6 +40,7 @@ - [x] lua_toboolean - [x] lua_pushjsclosure (lua_pushcclosure) - [x] lua_pushjsfunction (lua_pushcfunction) + - [x] lua_pop - [ ] lua_absindex - [ ] lua_arith - [ ] lua_call @@ -92,7 +93,6 @@ - [ ] lua_numbertointeger - [ ] lua_pcall - [ ] lua_pcallk - - [ ] lua_pop - [ ] lua_pushfstring - [ ] lua_pushglobaltable - [ ] lua_pushlightuserdata |