diff options
author | Benoit Giannangeli <benoit.giannangeli@boursorama.fr> | 2017-02-17 14:13:10 +0100 |
---|---|---|
committer | Benoit Giannangeli <benoit.giannangeli@boursorama.fr> | 2017-02-17 14:13:10 +0100 |
commit | 78b48979b8dbd367043c39fb21007ab4f54cd0a4 (patch) | |
tree | f944c36322bad140da8b8bd69aa7c1c17944ab87 /src/lvm.js | |
parent | ea562b1094672f641707c0f809827a0d3a982f23 (diff) | |
download | fengari-78b48979b8dbd367043c39fb21007ab4f54cd0a4.tar.gz fengari-78b48979b8dbd367043c39fb21007ab4f54cd0a4.tar.bz2 fengari-78b48979b8dbd367043c39fb21007ab4f54cd0a4.zip |
lua_settable, lua_gettable
Diffstat (limited to 'src/lvm.js')
-rw-r--r-- | src/lvm.js | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1034,4 +1034,6 @@ module.exports.LEintfloat = LEintfloat; module.exports.LTintfloat = LTintfloat; module.exports.l_strcmp = l_strcmp; module.exports.luaV_objlen = luaV_objlen; -module.exports.luaV_finishset = luaV_finishset;
\ No newline at end of file +module.exports.luaV_finishset = luaV_finishset; +module.exports.gettable = gettable; +module.exports.settable = settable;
\ No newline at end of file |