Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated the utfDecodeString() method to avoid a RangeError
Previously we were spreading the array of encoded values into String.fromCodePoint(...array). Functions arguments are first placed on the stack before the function is called though, which caused an error to be thrown for very large encoded strings.
- Loading branch information