Commit Graph

10 Commits

Author SHA1 Message Date
Tor Andersson
ae54eaa652 Move js_Buffer to jsi.h and fix some potential leaks. 2017-07-05 13:31:12 +02:00
Tor Andersson
3e3c382a0c Avoid using 'unsigned int'.
Mixing signed and unsigned ints is just a plain headache.
2016-04-27 16:26:00 +02:00
Tor Andersson
67b33c5a86 Handle malloc failure by throwing exceptions. 2014-02-28 14:24:13 +01:00
Tor Andersson
e4a6860f6e More signedness fixes. 2014-02-25 00:22:17 +01:00
Tor Andersson
b8aa34d919 JSON skeleton. 2014-02-10 13:41:28 +01:00
Tor Andersson
46dec712a7 Simplify string-buffer function API. 2014-02-10 13:17:33 +01:00
Tor Andersson
bc6da35e59 Add decode/encode URI functions. 2014-02-06 18:19:07 +01:00
Tor Andersson
8e10640e9e Add RegExp class (with no actual regex implementation hooked up). 2014-01-28 17:19:09 +01:00
Tor Andersson
de3aa34aed Add Date class.
Missing setXXX functions.
2014-01-28 00:43:32 +01:00
Tor Andersson
40a12fba0d Split header into js.h public and jsi.h private. Start cleaning up
private function prefixes.
2014-01-20 16:13:09 +01:00