aboutsummaryrefslogtreecommitdiff
path: root/src/ldump.js
Commit message (Collapse)AuthorAge
* ldump.js: fixed bad integer size in DumpIntegerBenoit Giannangeli2017-08-10
|
* Change size_t from 8 bytes to 4 bytesdaurnimator2017-06-19
| | | | JavaScript cannot perform arithmetic on 8byte (i.e. 64bit) numbers
* Introduce a TString classdaurnimator2017-05-08
|
* Add accessors to TValue for TString valuesdaurnimator2017-05-08
|
* src/ldump.js: Convert f.is_vararg field to number when writing outdaurnimator2017-05-08
|
* Don't wrap lexer/parser strings in a TValuedaurnimator2017-05-05
| | | | Fixes issue where internal TValues get exposed via lua_Debug structure
* Proto.source should be a string, not a TValuedaurnimator2017-05-05
| | | | Fixes ar.source being internal tvalue
* Remove unused require()sdaurnimator2017-04-26
|
* All core files reference defs.js instead of lua.jsdaurnimator2017-04-26
|
* lun/dump.js use 32bit integersBenoit Giannangeli2017-04-24
|
* Fixed bad string length undumpBenoit Giannangeli2017-03-17
|
* lua_dump, string.dumpBenoit Giannangeli2017-03-17
|
* ldumpBenoit Giannangeli2017-03-17