mirror of
https://github.com/nodejs/node.git
synced 2024-11-30 07:27:22 +01:00
8aca934009
The V8 7.0 update requires the following adjustments to the
postmortem debugging metadata constants:
- v8dbg_class_SharedFunctionInfo__script__Object
Use: v8dbg_class_SharedFunctionInfo__script_or_debug_info__Object
- v8dbg_class_SharedFunctionInfo__function_identifier_or_debug_info__Object
Use: v8dbg_class_UncompiledData__inferred_name__String and
v8dbg_class_SharedFunctionInfo__name_or_scope_info__Object
Refs:
|
||
---|---|---|
.. | ||
test-linux-perf.js | ||
test-postmortem-metadata.js | ||
testcfg.py | ||
v8-updates.status |