You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit updates the following postmortem metadata constants:
- v8dbg_class_SharedFunctionInfo__code__Code
- This is now combined with SharedFunctionInfo's function_data.
- Renamed: v8dbg_class_SharedFunctionInfo__function_data__Object
- V8 commit: v8/v8@51ded9d
- v8dbg_class_SharedFunctionInfo__raw_name__Object and
- v8dbg_class_SharedFunctionInfo__scope_info__ScopeInfo
- These are now combined as name_or_scope_info.
- Renamed: v8dbg_class_SharedFunctionInfo__name_or_scope_info__Object
- V8 commit: v8/v8@74a663b
- v8dbg_class_SharedFunctionInfo__compiler_hints__int
- Renamed: v8dbg_class_SharedFunctionInfo__flags__int
- V8 commit: v8/v8@071b01b#diff-f3f182b0510ba2ee39ae87e421ff110bFixes: #44Fixes: #48
0 commit comments