diff options
author | Benoit Giannangeli <giann008@gmail.com> | 2017-05-14 00:09:23 +0200 |
---|---|---|
committer | Benoit Giannangeli <giann008@gmail.com> | 2017-05-14 00:09:23 +0200 |
commit | 4cc641ef7394d4aa07889d633068350eb26f893a (patch) | |
tree | dbe2b6e266f96a0fee5bba5bc1aeb2d4c7df07ee /src/lua.js | |
parent | 00026860d3fe14b12cd539ee76ee791b0d46f7a4 (diff) | |
download | fengari-4cc641ef7394d4aa07889d633068350eb26f893a.tar.gz fengari-4cc641ef7394d4aa07889d633068350eb26f893a.tar.bz2 fengari-4cc641ef7394d4aa07889d633068350eb26f893a.zip |
lua_arith, moved luaO_arith to lobject.js
Diffstat (limited to 'src/lua.js')
-rw-r--r-- | src/lua.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -173,6 +173,7 @@ module.exports.lua_rawset = lapi.lua_rawset; module.exports.lua_rawsetp = lapi.lua_rawsetp; module.exports.lua_remove = lapi.lua_remove; module.exports.lua_replace = lapi.lua_replace; +module.exports.lua_arith = lapi.lua_arith; module.exports.lua_resume = ldo.lua_resume; module.exports.lua_rotate = lapi.lua_rotate; module.exports.lua_setfield = lapi.lua_setfield; |