From a8e82fc01f2558550289f76f55c917039296ec11 Mon Sep 17 00:00:00 2001 From: Benoit Giannangeli Date: Fri, 17 Feb 2017 11:33:23 +0100 Subject: lua_load (bytecode only), lua_call(k) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index fb727b4..e79a6a8 100644 --- a/README.md +++ b/README.md @@ -41,10 +41,11 @@ - [x] lua_pushjsclosure (lua_pushcclosure) - [x] lua_pushjsfunction (lua_pushcfunction) - [x] lua_pop + - [x] lua_load + - [x] lua_call + - [x] lua_callk - [ ] lua_absindex - [ ] lua_arith - - [ ] lua_call - - [ ] lua_callk - [ ] lua_checkstack - [ ] lua_close - [ ] lua_compare @@ -85,7 +86,6 @@ - [ ] lua_isuserdata - [ ] lua_isyieldable - [ ] lua_len - - [ ] lua_load - [ ] lua_newtable - [ ] lua_newthread - [ ] lua_newuserdata -- cgit v1.2.3-54-g00ecf