Skip to content

Commit 9ae7159

Browse files
cjihrigtargos
authored andcommitted
deps: update V8 postmortem metadata script
This commit updates V8's gen-postmortem-metadata.py script to fix SmartOS compilation for V8 8.4. PR-URL: #33579 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Shelley Vohr <[email protected]>
1 parent f4b4e21 commit 9ae7159

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: common.gypi

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
# Reset this number to 0 on major V8 upgrades.
3838
# Increment by one for each non-official patch applied to deps/v8.
39-
'v8_embedder_string': '-node.7',
39+
'v8_embedder_string': '-node.8',
4040

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

Diff for: deps/v8/tools/gen-postmortem-metadata.py

+1
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@
277277
'SlicedString, offset, SMI, kOffsetOffset',
278278
'ThinString, actual, String, kActualOffset',
279279
'Symbol, name, Object, kDescriptionOffset',
280+
'FixedArrayBase, length, SMI, kLengthOffset',
280281
];
281282

282283
#

0 commit comments

Comments
 (0)