deps: V8: cherry-pick 0f9ebbc672c7 · nodejs/node@e02f304 · GitHub
Skip to content

Commit e02f304

Browse files
legendecasRafaelGSS
authored andcommitted
deps: V8: cherry-pick 0f9ebbc672c7
Original commit message: [flags] Remove --harmony-string-is-well-formed The String.prototype.isWellFormed and toWellFormed have shipped since M111. Bug: v8:13557 Change-Id: I27e332d2fde0f9ea8ad649c016a84d2d3e0bf592 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4931269 Reviewed-by: Shu-yu Guo <syg@chromium.org> Commit-Queue: Chengzhong Wu (legendecas) <legendecas@gmail.com> Cr-Commit-Position: refs/heads/main@{#90398} Refs: v8/v8@0f9ebbc PR-URL: #50867 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
1 parent 492e3e3 commit e02f304

3 files changed

Lines changed: 5 additions & 14 deletions

File tree

common.gypi

Lines changed: 1 addition & 1 deletion

deps/v8/src/flags/flag-definitions.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,6 @@ DEFINE_WEAK_IMPLICATION(harmony_rab_gsab_transfer, harmony_rab_gsab)
298298
#define HARMONY_SHIPPING_BASE(V) \
299299
V(harmony_import_assertions, "harmony import assertions") \
300300
V(harmony_change_array_by_copy, "harmony change-Array-by-copy") \
301-
V(harmony_string_is_well_formed, "harmony String#{is,to}WellFormed") \
302301
V(harmony_rab_gsab, \
303302
"harmony ResizableArrayBuffer / GrowableSharedArrayBuffer") \
304303
V(harmony_regexp_unicode_sets, "harmony RegExp Unicode Sets") \

deps/v8/src/init/bootstrapper.cc

Lines changed: 4 additions & 12 deletions

0 commit comments

Comments
 (0)