aboutsummaryrefslogtreecommitdiff
path: root/tests/lauxlib.js
Commit message (Collapse)AuthorAge
* Use `typeof process === "undefined"` instead of WEB globaldaurnimator2017-12-10
| | | | This removes requirement to set global.WEB before requiring in node
* src/lapi.js, src/lauxlib.js: lua_tointeger should return 0 when conversion ↵denis2017-09-07
fails for luaL_ref to work