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

implement RegExp.prototype [ @@search ] ( string ) #1314

Merged
merged 6 commits into from
Jun 14, 2021

Commits on Jun 10, 2021

  1. Configuration menu
    Copy the full SHA
    16eb127 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d24665 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2021

  1. fix errors and refactor search implementations:

    * RegExp.prototype [ @@search ] ( string )
    * String.prototype.search ( regexp )
    raskad committed Jun 12, 2021
    Configuration menu
    Copy the full SHA
    70415b1 View commit details
    Browse the repository at this point in the history
  2. add basic tests for search implementations:

    * RegExp.prototype [ @@search ] ( string )
    * String.prototype.search ( regexp )
    raskad committed Jun 12, 2021
    Configuration menu
    Copy the full SHA
    4e94108 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2021

  1. remove leftover comments

    raskad committed Jun 13, 2021
    Configuration menu
    Copy the full SHA
    60a5a53 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

  1. Fix RegExp.prototype.search to accept all objects

    * Add some more rust tests from the 262 suite
    raskad committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    9ac467a View commit details
    Browse the repository at this point in the history