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
/
lobject.js
Commit message (
Expand
)
Author
Age
*
src/lobject.js: lua_tojsstring now uses unicode replacement character by default
daurnimator
2018-03-04
*
src/luaconf.js: Add LUA_COMPAT_FLOATSTRING
daurnimator
2018-03-04
*
src/lobject.js: Fix %p printing two ids
daurnimator
2018-02-28
*
Merge remote-tracking branch 'daurnimator/optimise-ljstype'
daurnimator
2018-02-04
|
\
|
*
src/lobject.js: Check string length before indexing
daurnimator
2018-01-02
*
|
src/lobject.js: Use a switch/case over `typeof` when getting object ids
daurnimator
2018-01-29
*
|
src/: Upvalues are now just TValues (possibly referencing on-stack)
daurnimator
2018-01-29
*
|
src/lobject.js: Consistently use null in a nil TValue
daurnimator
2018-01-29
*
|
src/{luaconf,lobject,lstrlib}.js: lua_getlocaledecpoint now returns char code...
daurnimator
2018-01-29
*
|
src/l{lex,object,parser}: Hardcode character codes
daurnimator
2018-01-29
*
|
src/lobject.js: Use raw char code ops in luaO_hexavalue
daurnimator
2018-01-28
*
|
src/lobject.js: Use destructuring assignment where sensible
daurnimator
2018-01-18
*
|
src/: Destructure when requiring lstring.js
daurnimator
2018-01-18
*
|
src/lobject.js: Use destructuring assignment for defs.js
daurnimator
2018-01-18
*
|
src/lobject.js: Use lua_assert instead of assert
daurnimator
2018-01-18
*
|
src/lobject.js: Use destructuring assignment for llimits.js
daurnimator
2018-01-18
*
|
src/lvm.js: Add Math.imul shim; export new luaV_imul function
daurnimator
2018-01-07
*
|
src/lobject.js: Optimise l_str2d + removing use of spread operator (IE compat)
daurnimator
2018-01-07
*
|
Avoid Uint8Array.slice (IE compat)
daurnimator
2018-01-07
*
|
Introduce luastring_indexOf as Uint8Array.indexOf doesn't exist everywhere
daurnimator
2018-01-07
*
|
Avoid String.fromCodePoint (IE compat)
daurnimator
2018-01-07
*
|
Expose lua.luastring_of to construct a lua 'string' from raw byte values
daurnimator
2018-01-06
|
/
*
src/: Add defs.from_userstring function to take string from api
daurnimator
2017-12-29
*
src/lobject.js: Refactor luaO_chunkid to use Uint8Array.set
daurnimator
2017-12-15
*
src/: Use .subarray instead of .slice (optimisation)
daurnimator
2017-12-13
*
Use Uint8Array to back strings
daurnimator
2017-12-13
*
Introduce defs.string_of to create string from bytes
daurnimator
2017-12-13
*
src/lobject.js: Build string in js rather than appending to lua string
daurnimator
2017-12-13
*
src/: Use to_luastring more often instead of manually creating arrays
daurnimator
2017-12-13
*
src/: Have luaO_str2num fill in passed TValue and return length
daurnimator
2017-12-12
*
src/lobject.js: Have luaO_pushvfstring respect null as terminator for %s
daurnimator
2017-12-12
*
src/{llex,lobject}.js: Fix luaO_utf8esc/luaO_utf8desc confusion
daurnimator
2017-12-11
*
Merge branch 'object-ids'
daurnimator
2017-12-10
|
\
|
*
src/lobject.js: Add undefined as pointer form of void 0
daurnimator
2017-12-10
|
*
src/lobject.js: Give functions and objects ids
daurnimator
2017-12-10
|
*
src/lobject.js: Add ids in the form of JS constructors for primitives
daurnimator
2017-12-10
*
|
src/: Fix some linter complaints
daurnimator
2017-12-10
|
/
*
src/lobject.js: Add try/catch around to_jsstring call in number coercions
daurnimator
2017-11-12
*
Removed incorrect use of llimits.MAX/MIN_INT
Benoit Giannangeli
2017-11-09
*
Move jshint config to package.json
daurnimator
2017-08-18
*
src/lobject.js: Remove .slice operations from lua_strx2number
daurnimator
2017-06-01
*
src/lobject.js: Remove .slice operations from l_str2int
daurnimator
2017-06-01
*
long source chunkid must be truncated from the end
Benoit Giannangeli
2017-05-31
*
src/lfunc.js: Give UpVals an id field
daurnimator
2017-05-29
*
luaO_tostring should modify TValue
daurnimator
2017-05-29
*
Merge remote-tracking branch 'daurnimator/stack-modification-work' into test-...
Benoit Giannangeli
2017-05-28
|
\
|
*
Modify stack values up to L.top instead of replacing
daurnimator
2017-05-27
|
*
src/lobject.js: Introduce TValue.set*value for missing types
daurnimator
2017-05-27
|
*
Introduce chgfltvalue and chgivalue
daurnimator
2017-05-27
|
*
Introduce setsvalue2s
daurnimator
2017-05-27
[next]