diff options
author | daurnimator <quae@daurnimator.com> | 2017-11-12 21:59:58 +1100 |
---|---|---|
committer | daurnimator <quae@daurnimator.com> | 2017-11-12 22:20:08 +1100 |
commit | 0a8bc0b30644c514d822fb32a184318f7353a285 (patch) | |
tree | e04468a215e76add80acafdae97d84a34f7e407c /src/lua.js | |
parent | 81a0e90a502faf9edebc63f54fce51aae4397e72 (diff) | |
download | fengari-0a8bc0b30644c514d822fb32a184318f7353a285.tar.gz fengari-0a8bc0b30644c514d822fb32a184318f7353a285.tar.bz2 fengari-0a8bc0b30644c514d822fb32a184318f7353a285.zip |
Add lua.to_uristring
Diffstat (limited to 'src/lua.js')
-rw-r--r-- | src/lua.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -80,6 +80,7 @@ module.exports.lua_Debug = defs.lua_Debug; module.exports.lua_upvalueindex = defs.lua_upvalueindex; module.exports.to_jsstring = defs.to_jsstring; module.exports.to_luastring = defs.to_luastring; +module.exports.to_uristring = defs.to_uristring; module.exports.LUA_CDIR = defs.LUA_CDIR; module.exports.LUA_CPATH_DEFAULT = defs.LUA_CPATH_DEFAULT; module.exports.LUA_EXEC_DIR = defs.LUA_EXEC_DIR; |