Skip to content

Commit

Permalink
Update postmortem metadata generation script
Browse files Browse the repository at this point in the history
This commit updates gen-postmortem-metadata.py to re-export
the v8dbg_class_JSFunction__shared__SharedFunctionInfo
constant.

See: nodejs/node#25852
Change-Id: I60f39c96f3f22d6f10ec38b0af3c975908c7b7f2
Reviewed-on: https://chromium-review.googlesource.com/c/1450144
Reviewed-by: Yang Guo <[email protected]>
Commit-Queue: Yang Guo <[email protected]>
Cr-Commit-Position: refs/heads/master@{#59334}
  • Loading branch information
cjihrig authored and Commit Bot committed Feb 4, 2019
1 parent 4dca523 commit b364ceb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/gen-postmortem-metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@
#
extras_accessors = [
'JSFunction, context, Context, kContextOffset',
'JSFunction, shared, SharedFunctionInfo, kSharedFunctionInfoOffset',
'HeapObject, map, Map, kMapOffset',
'JSObject, elements, Object, kElementsOffset',
'JSObject, internal_fields, uintptr_t, kHeaderSize',
Expand Down

0 comments on commit b364ceb

Please sign in to comment.