Navigation Menu

Skip to content

Commit

Permalink
deps: backport c281c15 from V8's upstream
Browse files Browse the repository at this point in the history
Backport c281c15d6dab8370a7805f0717502d260e0ad433 from V8's upstream to
allow post-mortem debugging tools to inspect Buffer instances' length.

Original commit message:

  Add JSTypedArray's length in post-mortem metadata.

  BUG=
  R=bmeurer@chromium.org

  Review URL: https://codereview.chromium.org/1363683002

  Cr-Commit-Position: refs/heads/master@{#30873}

PR: #3031
PR-URL: #3031
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
  • Loading branch information
Julien Gilli committed Sep 24, 2015
1 parent 02448c6 commit c22bcd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deps/v8/tools/gen-postmortem-metadata.py
Expand Up @@ -150,6 +150,7 @@
'HeapObject, map, Map, kMapOffset',
'JSObject, elements, Object, kElementsOffset',
'FixedArray, data, uintptr_t, kHeaderSize',
'JSTypedArray, length, Object, kLengthOffset',
'Map, instance_attributes, int, kInstanceAttributesOffset',
'Map, inobject_properties, int, kInObjectPropertiesOffset',
'Map, instance_size, int, kInstanceSizeOffset',
Expand Down

0 comments on commit c22bcd3

Please sign in to comment.