Skip to content

Commit bf412ed

Browse files
addaleaxBethGriggs
authored andcommitted
deps: V8: stub backport d5b444bc5a84
Refs: v8/v8@d5b444b PR-URL: #32885 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Ujjwal Sharma <[email protected]> Reviewed-By: Gerhard Stöbich <[email protected]> Reviewed-By: Beth Griggs <[email protected]>
1 parent fdaa365 commit bf412ed

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

common.gypi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
# Reset this number to 0 on major V8 upgrades.
3737
# Increment by one for each non-official patch applied to deps/v8.
38-
'v8_embedder_string': '-node.28',
38+
'v8_embedder_string': '-node.29',
3939

4040
##### V8 defaults for Node.js #####
4141

deps/v8/include/v8.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8380,6 +8380,13 @@ class V8_EXPORT Isolate {
83808380
kRegExpReplaceCalledOnSlowRegExp = 80,
83818381
kDisplayNames = 81,
83828382
kSharedArrayBufferConstructed = 82,
8383+
kArrayPrototypeHasElements = 83,
8384+
kObjectPrototypeHasElements = 84,
8385+
kNumberFormatStyleUnit = 85,
8386+
kDateTimeFormatRange = 86,
8387+
kDateTimeFormatDateTimeStyle = 87,
8388+
kBreakIteratorTypeWord = 88,
8389+
kBreakIteratorTypeLine = 89,
83838390

83848391
// If you add new values here, you'll also need to update Chromium's:
83858392
// web_feature.mojom, use_counter_callback.cc, and enums.xml. V8 changes to

0 commit comments

Comments
 (0)