aboutsummaryrefslogtreecommitdiff
path: root/src/lstring.js
Commit message (Collapse)AuthorAge
* Add is_luastring function instead of using Array.isArray directlydaurnimator2017-06-09
|
* src/ltable.js: Implement table_hash for lightuserdatadaurnimator2017-05-23
|
* Revert "src/lstring.js: Freeze strings to catch accidental modification"daurnimator2017-05-09
| | | | | | This reverts commit 5cb00bbae4f1afb5cd476a637975dd9220898e15. It turns out that frozen objects are slower, see https://jsperf.com/object-freeze-performance
* Cache string hashes in TStringdaurnimator2017-05-09
|
* Introduce a TString classdaurnimator2017-05-08
|
* src/lstring.js: Freeze strings to catch accidental modificationdaurnimator2017-05-08
|
* Move string functions to centralised lstring.jsdaurnimator2017-05-08