X Tutup
The Wayback Machine - https://web.archive.org/web/20220320031518/https://github.com/nodejs/node/commit/9ae7159216
Skip to content
Permalink
Browse files
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 <matteo.collina@gmail.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Shelley Vohr <codebytere@gmail.com>
  • Loading branch information
cjihrig authored and targos committed Nov 15, 2020
1 parent f4b4e21 commit 9ae7159216ddb568978d60bb2e71b0d899313338
Showing with 2 additions and 1 deletion.
  1. +1 −1 common.gypi
  2. +1 −0 deps/v8/tools/gen-postmortem-metadata.py
@@ -36,7 +36,7 @@

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

##### V8 defaults for Node.js #####

@@ -277,6 +277,7 @@
'SlicedString, offset, SMI, kOffsetOffset',
'ThinString, actual, String, kActualOffset',
'Symbol, name, Object, kDescriptionOffset',
'FixedArrayBase, length, SMI, kLengthOffset',
];

#

0 comments on commit 9ae7159

Please sign in to comment.
X Tutup