diff options
author | daurnimator <quae@daurnimator.com> | 2017-05-24 14:46:19 +1000 |
---|---|---|
committer | daurnimator <quae@daurnimator.com> | 2017-05-24 14:48:47 +1000 |
commit | 1b48f9b50a2e4edefdffd5d33efab929296a395c (patch) | |
tree | 7cbf68f636e4969828742c389fd8a18a7d4d2705 /src/ltable.js | |
parent | b754b0af38eb24df41557cb771e698972ced10ab (diff) | |
download | fengari-1b48f9b50a2e4edefdffd5d33efab929296a395c.tar.gz fengari-1b48f9b50a2e4edefdffd5d33efab929296a395c.tar.bz2 fengari-1b48f9b50a2e4edefdffd5d33efab929296a395c.zip |
Implement %p specifier in luaO_pushvfstring
Move hacks out of luaL_tolstring
Diffstat (limited to 'src/ltable.js')
-rw-r--r-- | src/ltable.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ltable.js b/src/ltable.js index cd45fcf..5a31b48 100644 --- a/src/ltable.js +++ b/src/ltable.js @@ -276,3 +276,4 @@ module.exports.luaH_set = luaH_set; module.exports.luaH_setint = luaH_setint; module.exports.luaH_new = luaH_new; module.exports.luaH_next = luaH_next; +module.exports.Table = Table; |