mattias
|
fb5f97355d
|
rtl: updated isRecord
|
2019-02-11 15:15:11 +00:00 |
|
mattias
|
84e7aa5e90
|
rtl: changed JSArguments from array to TJSFunctionArguments
|
2019-01-26 20:12:48 +00:00 |
|
mattias
|
2ed1cff471
|
rtl: changed Null and Undefined from var to const, issue 34801
|
2019-01-07 16:03:43 +00:00 |
|
mattias
|
23f2598421
|
rtl: added tjsstring.normalize overload
|
2018-11-02 22:15:03 +00:00 |
|
mattias
|
52ade4b10c
|
rtl: added TJSError.Stack and Exception.NodeJSError
|
2018-11-01 10:35:22 +00:00 |
|
mattias
|
0081d299e2
|
rtl: fixed typo
|
2018-10-30 23:12:38 +00:00 |
|
mattias
|
8bda483894
|
rtl: added JSDelete
|
2018-06-14 13:54:31 +00:00 |
|
mattias
|
8d671796a2
|
rtl: fixed TJSArray and typed array length and index types to nativeint
|
2018-05-19 18:00:52 +00:00 |
|
mattias
|
1b5bb6fdae
|
rtl: less hints
|
2018-05-13 11:48:25 +00:00 |
|
michael
|
999d205768
|
* Added _set overloads to typed arrays
|
2018-05-12 08:38:07 +00:00 |
|
michael
|
0eae7aed52
|
* Fix some problems with typed array (_ not setting name, case sensitivity of native names)
|
2018-05-11 08:23:09 +00:00 |
|
michael
|
c4206f6d97
|
* Add constructors and typed class calls to Array classes
|
2018-05-10 09:52:19 +00:00 |
|
mattias
|
78d46bc7ce
|
rtl: overload new()
|
2018-04-25 00:21:29 +00:00 |
|
michael
|
a3ea761606
|
* Array length is read-write
|
2018-02-11 21:00:42 +00:00 |
|
michael
|
8c3c8022c9
|
* Better comments for toNNN functions, changed toInteger to return 0 if the value is not an integer
|
2018-02-10 14:12:31 +00:00 |
|
michael
|
f61bb3e843
|
* Add some toNNN functions
|
2018-02-10 12:21:12 +00:00 |
|
michael
|
8082c6993e
|
* TJSJSON.Parse must return a JSValue, JSON spec was amended (https://tools.ietf.org/html/rfc7159)
|
2018-02-08 20:28:36 +00:00 |
|
michael
|
c9c60fe061
|
* Corrected promise object, added examples
|
2018-02-04 16:41:39 +00:00 |
|
michael
|
4860a47620
|
* Make RTL package like any other
|
2017-12-28 10:01:55 +00:00 |
|