mirror of https://github.com/nodejs/node.git
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: https://github.com/nodejs/node/pull/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>pull/34338/head
parent
e432470ed2
commit
03cc3fd478
|
@ -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.11',
|
||||
'v8_embedder_string': '-node.12',
|
||||
|
||||
##### V8 defaults for Node.js #####
|
||||
|
||||
|
|
|
@ -279,6 +279,7 @@ extras_accessors = [
|
|||
'SlicedString, offset, SMI, kOffsetOffset',
|
||||
'ThinString, actual, String, kActualOffset',
|
||||
'Symbol, name, Object, kDescriptionOffset',
|
||||
'FixedArrayBase, length, SMI, kLengthOffset',
|
||||
];
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue