Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6204fad

Browse filesBrowse files
bnoordhuisaddaleax
authored andcommitted
deps: cherry-pick bfae9db from upstream v8
Original commit message: Update postmortem metadata generator. Add PropertyDetails::AttributesField + PropertyDetails::LocationField. Review-Url: https://codereview.chromium.org/2842843004 Cr-Commit-Position: refs/heads/master@{#44889} PR-URL: #12722 Refs: nodejs/llnode#81 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
1 parent 0be4d17 commit 6204fad
Copy full SHA for 6204fad

File tree

Expand file treeCollapse file tree

1 file changed

+16
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+16
-0
lines changed
Open diff view settings
Collapse file

‎deps/v8/tools/gen-postmortem-metadata.py‎

Copy file name to clipboardExpand all lines: deps/v8/tools/gen-postmortem-metadata.py
+16Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,22 @@
9999
'value': 'kAccessor' },
100100
{ 'name': 'prop_kind_mask',
101101
'value': 'PropertyDetails::KindField::kMask' },
102+
{ 'name': 'prop_location_Descriptor',
103+
'value': 'kDescriptor' },
104+
{ 'name': 'prop_location_Field',
105+
'value': 'kField' },
106+
{ 'name': 'prop_location_mask',
107+
'value': 'PropertyDetails::LocationField::kMask' },
108+
{ 'name': 'prop_location_shift',
109+
'value': 'PropertyDetails::LocationField::kShift' },
110+
{ 'name': 'prop_attributes_NONE', 'value': 'NONE' },
111+
{ 'name': 'prop_attributes_READ_ONLY', 'value': 'READ_ONLY' },
112+
{ 'name': 'prop_attributes_DONT_ENUM', 'value': 'DONT_ENUM' },
113+
{ 'name': 'prop_attributes_DONT_DELETE', 'value': 'DONT_DELETE' },
114+
{ 'name': 'prop_attributes_mask',
115+
'value': 'PropertyDetails::AttributesField::kMask' },
116+
{ 'name': 'prop_attributes_shift',
117+
'value': 'PropertyDetails::AttributesField::kShift' },
102118
{ 'name': 'prop_index_mask',
103119
'value': 'PropertyDetails::FieldIndexField::kMask' },
104120
{ 'name': 'prop_index_shift',

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.