diff options
Diffstat (limited to 'src/lua.js')
-rw-r--r-- | src/lua.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -79,6 +79,7 @@ module.exports.LUA_YIELD = defs.thread_status.LUA_YIELD; module.exports.lua_Debug = defs.lua_Debug; module.exports.lua_upvalueindex = defs.lua_upvalueindex; module.exports.luastring_eq = defs.luastring_eq; +module.exports.luastring_indexOf = defs.luastring_indexOf; module.exports.luastring_of = defs.luastring_of; module.exports.to_jsstring = defs.to_jsstring; module.exports.to_luastring = defs.to_luastring; |