index
:
fengari
master
Mirrored from https://github.com/fengari-lua/fengari
Laria Carolin Chabowski
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lvm.js
Commit message (
Expand
)
Author
Age
*
src/: Upvalues are now just TValues (possibly referencing on-stack)
daurnimator
2018-01-29
*
src/: Destructure when requiring lstring.js
daurnimator
2018-01-18
*
src/: Start using lua_assert() instead of plain assert()
daurnimator
2018-01-18
*
src/lvm.js: Use destructuring requires for defs, lopcodes, llimits and luaconf
daurnimator
2018-01-18
*
src/lvm.js: Add Math.imul shim; export new luaV_imul function
daurnimator
2018-01-07
*
Use Uint8Array to back strings
daurnimator
2017-12-13
*
src/: Have luaO_str2num fill in passed TValue and return length
daurnimator
2017-12-12
*
src/: Comment out unused constants/functions
daurnimator
2017-12-10
*
src/: Fix some linter complaints
daurnimator
2017-12-10
*
Removed incorrect use of llimits.MAX/MIN_INT
Benoit Giannangeli
2017-11-09
*
Move jshint config to package.json
daurnimator
2017-08-18
*
Fixed correct let declaration that will fail babili
Benoit Giannangeli
2017-08-10
*
src/lvm.js: Rename gettable to luaV_gettable
daurnimator
2017-06-18
*
src/lvm.js: Only convert to numbers when needed
daurnimator
2017-06-18
*
src/lvm.js: Fix whitespace
daurnimator
2017-06-08
*
src/lvm.js: Remove unwated exports
daurnimator
2017-06-08
*
src/lvm.js: Clean up 'forlimit'
daurnimator
2017-06-08
*
src/lvm.js: Simplify l_strcmp by using string hash for comparison
daurnimator
2017-06-08
*
src/lvm.js: Optimise LEnum and LTnum for our number representation
daurnimator
2017-06-08
*
src/lvm.js: Throw error if OP_EXTRAARG is interpreted
daurnimator
2017-05-30
*
Introduce function to adjust L.top
daurnimator
2017-05-30
*
src/lvm.js: Fix indentation in luaV_concat
daurnimator
2017-05-29
*
luaO_tostring should modify TValue
daurnimator
2017-05-29
*
src/lvm.js: cache closures
daurnimator
2017-05-29
*
src/lvm.js: Move OP_SETUPVAL into opcode order location
daurnimator
2017-05-29
*
src/lvm.js: OP_GETTABLE should use RB not RKB
daurnimator
2017-05-29
*
Have lua closures point to directly to their upvalues on stack
daurnimator
2017-05-29
*
src/lvm.js: Fix indentation
daurnimator
2017-05-29
*
Have ltm.luaT_callorderTM return a boolean
daurnimator
2017-05-27
*
Modify stack values up to L.top instead of replacing
daurnimator
2017-05-27
*
Use .setclLvalue
daurnimator
2017-05-27
*
Introduce chgfltvalue and chgivalue
daurnimator
2017-05-27
*
Introduce setsvalue2s
daurnimator
2017-05-27
*
src/lvm.js: Use setobjs2s in luaV_finishOp's OP_CONCAT case
daurnimator
2017-05-27
*
Introduce setobj2s
daurnimator
2017-05-27
*
Introduce setobjs2s
daurnimator
2017-05-27
*
src/lvm.js: Use 'uv.isopen' instead of assuming members
daurnimator
2017-05-24
*
src/lvm.js: Factor out OP_CLOSURE to pushclosure
daurnimator
2017-05-24
*
src/lvm.js: Don't modify tvalues on stack in OP_FORPREP
daurnimator
2017-05-24
*
src/lvm.js: Remove non-wanted TODOs from OP_FORLOOP implementation
daurnimator
2017-05-24
*
src/lvm.js: loops with integers should overflow
daurnimator
2017-05-24
*
Introduce luaO_tostring
daurnimator
2017-05-23
*
src/lvm.js: Introduce cvt2num at mirror cvt2str
daurnimator
2017-05-22
*
Introduce lvm.cvt2str
daurnimator
2017-05-22
*
Merge remote-tracking branch 'daurnimator/stack'
Benoit Giannangeli
2017-05-22
|
\
|
*
Add luaD_checkstack calls
daurnimator
2017-05-22
*
|
Fixed bad boolean handling in luaV_finishOp
Benoit Giannangeli
2017-05-22
*
|
luaV_finishOp put concat results in wrong stack slot
Benoit Giannangeli
2017-05-22
|
/
*
Checks for nil and NaN table keys
daurnimator
2017-05-22
*
Add TMcache
daurnimator
2017-05-22
[next]