From cdf8cf1806ca793c47095b69382b2dd733899af7 Mon Sep 17 00:00:00 2001 From: Benoit Giannangeli Date: Fri, 17 Feb 2017 12:25:28 +0100 Subject: lua can read globals set by js --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index e79a6a8..6bade18 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ - [ ] `__tostring` - [ ] `__pairs` - [ ] C API + - [x] lua_version - [x] lua_atpanic - [x] lua_newstate - [x] lua_pushnil @@ -30,6 +31,7 @@ - [x] lua_pushboolean - [x] lua_pushinteger - [x] lua_pushnumber + - [x] lua_pushlstring - [x] lua_pushstring - [x] lua_pushvalue - [x] lua_tointeger @@ -44,6 +46,8 @@ - [x] lua_load - [x] lua_call - [x] lua_callk + - [x] lua_setglobal + - [x] lua_upvalueindex - [ ] lua_absindex - [ ] lua_arith - [ ] lua_checkstack @@ -97,7 +101,6 @@ - [ ] lua_pushglobaltable - [ ] lua_pushlightuserdata - [ ] lua_pushliteral - - [ ] lua_pushlstring - [ ] lua_pushthread - [ ] lua_pushvfstring - [ ] lua_rawequal @@ -115,7 +118,6 @@ - [ ] lua_rotate - [ ] lua_setallocf - [ ] lua_setfield - - [ ] lua_setglobal - [ ] lua_sethook - [ ] lua_seti - [ ] lua_setlocal @@ -132,9 +134,7 @@ - [ ] lua_tothread - [ ] lua_touserdata - [ ] lua_upvalueid - - [ ] lua_upvalueindex - [ ] lua_upvaluejoin - - [ ] lua_version - [ ] lua_xmove - [ ] lua_yield - [ ] lua_yieldk -- cgit v1.2.3-54-g00ecf