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

Cherry-pick fixes from bellard/quickjs #197

Merged
merged 5 commits into from
Dec 10, 2023

Commits on Dec 10, 2023

  1. fixed lexical scope of 'this' with eval (github issue quickjs-ng#192)

    Fabrice Bellard authored and bnoordhuis committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    e00301f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6345365 View commit details
    Browse the repository at this point in the history
  3. fixed delete super.x error

    Fabrice Bellard authored and bnoordhuis committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    1612931 View commit details
    Browse the repository at this point in the history
  4. Symbol.species is no longer used in TypedArray constructor from a Typ…

    …edArray
    Fabrice Bellard authored and bnoordhuis committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    a086103 View commit details
    Browse the repository at this point in the history
  5. fixed duplicate static private setter/getter test

    Fabrice Bellard authored and bnoordhuis committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    79c2e48 View commit details
    Browse the repository at this point in the history