v8,lib: remove --no-js-regexp-escape runtime flag - #65703
Closed
aduh95 wants to merge 2 commits into
Closed
Conversation
Original commit message:
[cleanup] Remove --js-regexp-escape
Remove the --js-regexp-escape flag and install RegExp.escape
unconditionally into the baseline snapshot. RegExp.escape has been
enabled by default since M136.
Bug: 548385945
TAG=agy
CONV=052f499d-4ee5-4a10-8afd-900ba4a338db
Change-Id: I8d820f28dc061d0e338ecf196c34f919c9c3f223
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/8267346
Auto-Submit: Olivier Flückiger <olivf@chromium.org>
Reviewed-by: Nikolaos Papaspyrou <nikolaos@chromium.org>
Commit-Queue: Olivier Flückiger <olivf@chromium.org>
Cr-Commit-Position: refs/heads/main@{#109360}
Refs: v8/v8@e11c1ad
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
Signed-off-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
Collaborator
|
Review requested:
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #65703 +/- ##
==========================================
- Coverage 90.07% 90.05% -0.02%
==========================================
Files 754 754
Lines 256395 256392 -3
Branches 48494 48500 +6
==========================================
- Hits 230947 230897 -50
- Misses 16563 16618 +55
+ Partials 8885 8877 -8
🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
v8/v8@e11c1ad removed the flag upstream