Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some fixes/enhancements for the typed array support #436

Merged
merged 4 commits into from
May 15, 2018
Merged

some fixes/enhancements for the typed array support #436

merged 4 commits into from
May 15, 2018

Commits on May 10, 2018

  1. Configuration menu
    Copy the full SHA
    6442b83 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2018

  1. typed arrays are doing the buffer encoding based on little/big endian…

    … from the architecture they run on. So far Rhino always uses big endian. With this patch we are able to simulate little endian also by setting a context feature.
    rbri committed May 12, 2018
    Configuration menu
    Copy the full SHA
    4ab12ab View commit details
    Browse the repository at this point in the history
  2. fix for my last commit, regarding the spec the default is always big …

    …endian and not architecture dependent
    rbri committed May 12, 2018
    Configuration menu
    Copy the full SHA
    e9f1096 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2018

  1. fix toString() for typed arrays

    rbri committed May 13, 2018
    Configuration menu
    Copy the full SHA
    a0ddd8d View commit details
    Browse the repository at this point in the history