diff options
author | Benoit Giannangeli <benoit.giannangeli@boursorama.fr> | 2017-02-17 07:39:04 +0100 |
---|---|---|
committer | Benoit Giannangeli <benoit.giannangeli@boursorama.fr> | 2017-02-17 07:43:58 +0100 |
commit | e02fa80026ed5789e04ab865f238c8d184487dd2 (patch) | |
tree | 8b5771eb14d1a8bbd23a9027b8c71e73fc377ecd /README.md | |
parent | 0e7ae6679bc7950b93799500a7749fbe61690ffa (diff) | |
download | fengari-e02fa80026ed5789e04ab865f238c8d184487dd2.tar.gz fengari-e02fa80026ed5789e04ab865f238c8d184487dd2.tar.bz2 fengari-e02fa80026ed5789e04ab865f238c8d184487dd2.zip |
JS closure
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -38,8 +38,8 @@ - [x] lua_tonumber - [x] lua_tonumberx - [x] lua_toboolean - - [x] lua_pushcclosure - - [x] lua_pushcfunction + - [x] lua_pushjsclosure (lua_pushcclosure) + - [x] lua_pushjsfunction (lua_pushcfunction) - [ ] lua_absindex - [ ] lua_arith - [ ] lua_call |