File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 35
35
36
36
# Reset this number to 0 on major V8 upgrades.
37
37
# Increment by one for each non-official patch applied to deps/v8.
38
- 'v8_embedder_string' : '-node.28 ' ,
38
+ 'v8_embedder_string' : '-node.29 ' ,
39
39
40
40
##### V8 defaults for Node.js #####
41
41
Original file line number Diff line number Diff line change @@ -8380,6 +8380,13 @@ class V8_EXPORT Isolate {
8380
8380
kRegExpReplaceCalledOnSlowRegExp = 80 ,
8381
8381
kDisplayNames = 81 ,
8382
8382
kSharedArrayBufferConstructed = 82 ,
8383
+ kArrayPrototypeHasElements = 83 ,
8384
+ kObjectPrototypeHasElements = 84 ,
8385
+ kNumberFormatStyleUnit = 85 ,
8386
+ kDateTimeFormatRange = 86 ,
8387
+ kDateTimeFormatDateTimeStyle = 87 ,
8388
+ kBreakIteratorTypeWord = 88 ,
8389
+ kBreakIteratorTypeLine = 89 ,
8383
8390
8384
8391
// If you add new values here, you'll also need to update Chromium's:
8385
8392
// web_feature.mojom, use_counter_callback.cc, and enums.xml. V8 changes to
You can’t perform that action at this time.
0 commit comments