| Commit message (Collapse) | Author | Age |
... | |
| | |
|
| | |
|
| |
| |
| |
| | |
Not L.stack.length which is more equivalent to C's L->stacksize
|
| |
| |
| |
| | |
We don't keep around a pool of callinfo objects
|
| | |
|
| | |
|
| |
| |
| |
| | |
luaD_reallocstack
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Sadly I couldn't figure out a way to continue use of parseInt
|
| |
|
|
|
|
|
| |
Fixes exceeding stack size
Brings more in line with C source
|
|
|
|
| |
It may get mutated in lua_number2strx
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Fixes issue where 'what' is a lua string (not a JS string)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Also stop adding trailing null byte in llex.js
|
| |
|
|
|
|
| |
Found via behaviour of pushnumint in lmathlib
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|