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

[WIP] Fix [RegExp|String].prototype methods and Regex matcher #6615

Draft
wants to merge 14 commits into
base: master
Choose a base branch
from

Commits on Feb 20, 2021

  1. kill regex props fast paths

    MadProbe committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    df5334f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec40dc0 View commit details
    Browse the repository at this point in the history
  3. fix copyrights

    MadProbe committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    919c6a3 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2021

  1. Configuration menu
    Copy the full SHA
    ec358a8 View commit details
    Browse the repository at this point in the history
  2. Fix String.prototype.split()

    MadProbe committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    c8614d5 View commit details
    Browse the repository at this point in the history
  3. fix dumb mistake

    MadProbe committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    446bd06 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2021

  1. Fix GetRegExSymbolFunction

    MadProbe committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    3132cdd View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

  1. Configuration menu
    Copy the full SHA
    898f10b View commit details
    Browse the repository at this point in the history
  2. Fix AdvanceStringIndex

    MadProbe committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    fbc00fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c7ac95 View commit details
    Browse the repository at this point in the history
  4. Fix AdvanceLastIndex again

    MadProbe committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    e4fd4be View commit details
    Browse the repository at this point in the history
  5. dont leak

    MadProbe committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    e5b24b7 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

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

Commits on Mar 9, 2021

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