mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
379bf1aa8e
The V8 7.1 update requires the following adjustments to the postmortem debugging metadata constants: - v8dbg_class_JSArrayBuffer__byte_length__Object Use: v8dbg_class_JSArrayBuffer__byte_length__size_t - v8dbg_class_JSArrayBufferView__raw_byte_length__Object Use: v8dbg_class_JSArrayBufferView__byte_length__size_t - v8dbg_class_JSArrayBufferView__raw_byte_offset__Object Use: v8dbg_class_JSArrayBufferView__byte_offset__size_t - v8dbg_class_String__length__SMI Use: v8dbg_class_String__length__int32_t Refs: |
||
---|---|---|
.. | ||
test-linux-perf.js | ||
test-postmortem-metadata.js | ||
testcfg.py | ||
v8-updates.status |