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

Optional Chaining Operator ?. #1593

Closed

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    f554153 View commit details
    Browse the repository at this point in the history
  2. handling optional method call (i.e. a.method?.()) in parser. Enabling…

    … language/expressions/optional-chaining section in test262 and reworking the solution to pass them, including the necessity to clone ASTNode to avoid problems introduced due to structural sharing betweek left and right of left.?rigth.
    nabacg committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    dc4951d View commit details
    Browse the repository at this point in the history
  3. adding few new rhino ByteCodes to handle Optional property get and op…

    …tional method call for `?.` operator
    nabacg committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    a853625 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a9a5d7b View commit details
    Browse the repository at this point in the history
  5. code cleanup and potential BodyGen visitGetPropOptional optimistion s…

    …imilar to visitGetProp
    nabacg committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    ba8bee5 View commit details
    Browse the repository at this point in the history
  6. updated test262.properties

    nabacg committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    383656b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f9ea6d0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3a8fc85 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f150caf View commit details
    Browse the repository at this point in the history