Máté Tokodi
Máté Tokodi
This is intended behaviour: By default in jerryscript the default heap size is 512K, and the maximum number of empty items in a fast preallocated array is 65536 before being...
Allocating such large arrays (1 000 000 000 * 4 bytes or nearly 4GB) is not a supported use case of jerryscript.
Fixing this would require the use of `libICU` or a similar library for proper unicode and locale support, which would increase the size of the jerryscript binary substantially, and as...
Currently `String.prototype.normalize` is not implemented because it would require the use of `libICU` or a similar library for proper unicode and locale support, which would increase the size of the...
@ronanj I apologize for the delay, the CI issues for OSX have been resolved, please squash and rebase your changes, and add DCO to the commit message.