Skip to content

Commit b364ceb

Browse files
cjihrigCommit Bot
authored and
Commit Bot
committed
Update postmortem metadata generation script
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}
1 parent 4dca523 commit b364ceb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/gen-postmortem-metadata.py

+1
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@
245245
#
246246
extras_accessors = [
247247
'JSFunction, context, Context, kContextOffset',
248+
'JSFunction, shared, SharedFunctionInfo, kSharedFunctionInfoOffset',
248249
'HeapObject, map, Map, kMapOffset',
249250
'JSObject, elements, Object, kElementsOffset',
250251
'JSObject, internal_fields, uintptr_t, kHeaderSize',

0 commit comments

Comments
 (0)