diff options
author | Benoit Giannangeli <benoit.giannangeli@boursorama.fr> | 2017-02-21 15:24:37 +0100 |
---|---|---|
committer | Benoit Giannangeli <benoit.giannangeli@boursorama.fr> | 2017-02-21 15:24:37 +0100 |
commit | 653f4a07af6506e0b8ef71e8957976b9559f67e4 (patch) | |
tree | 7bf59628c6e68bb33fa278d24f9e07f0104995ad /README.md | |
parent | 82ef443de9a3ba53b4a5b9abd161ddc164776a59 (diff) | |
download | fengari-653f4a07af6506e0b8ef71e8957976b9559f67e4.tar.gz fengari-653f4a07af6506e0b8ef71e8957976b9559f67e4.tar.bz2 fengari-653f4a07af6506e0b8ef71e8957976b9559f67e4.zip |
pcall, xpcall
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -74,6 +74,7 @@ - [x] lua_istable - [x] lua_remove - [x] lua_rotate + - [x] lua_insert - [ ] lua_arith - [ ] lua_close - [ ] lua_compare @@ -91,7 +92,6 @@ - [ ] lua_getstack - [ ] lua_getupvalue - [ ] lua_getuservalue - - [ ] lua_insert - [ ] lua_isboolean - [ ] lua_iscfunction - [ ] lua_isfunction @@ -209,6 +209,7 @@ - [x] rawget - [x] type - [x] error + - [x] pcall - [ ] assert - [ ] collectgarbage - [ ] dofile @@ -218,7 +219,6 @@ - [ ] loadstring - [ ] next - [ ] pairs - - [ ] pcall - [ ] rawlen - [ ] select - [ ] tonumber |