summaryrefslogtreecommitdiff
path: root/deps/v8/tools
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/tools')
-rw-r--r--deps/v8/tools/v8heapconst.py36
1 files changed, 18 insertions, 18 deletions
diff --git a/deps/v8/tools/v8heapconst.py b/deps/v8/tools/v8heapconst.py
index 3fb29d84da..54997ab3ff 100644
--- a/deps/v8/tools/v8heapconst.py
+++ b/deps/v8/tools/v8heapconst.py
@@ -297,24 +297,24 @@ KNOWN_OBJECTS = {
("OLD_SPACE", 0x026a9): "EmptyFixedUint32Array",
("OLD_SPACE", 0x026c9): "EmptyFixedInt32Array",
("OLD_SPACE", 0x026e9): "EmptyFixedFloat32Array",
- ("OLD_SPACE", 0x02709): "EmptyFixedFloat64Array",
- ("OLD_SPACE", 0x02729): "EmptyFixedUint8ClampedArray",
- ("OLD_SPACE", 0x02749): "EmptyScript",
- ("OLD_SPACE", 0x027c9): "UndefinedCell",
- ("OLD_SPACE", 0x027d9): "EmptySloppyArgumentsElements",
- ("OLD_SPACE", 0x027f9): "EmptySlowElementDictionary",
- ("OLD_SPACE", 0x02841): "EmptyPropertyCell",
- ("OLD_SPACE", 0x02869): "EmptyWeakCell",
- ("OLD_SPACE", 0x02879): "ArrayProtector",
- ("OLD_SPACE", 0x028a1): "IsConcatSpreadableProtector",
- ("OLD_SPACE", 0x028b1): "SpeciesProtector",
- ("OLD_SPACE", 0x028d9): "StringLengthProtector",
- ("OLD_SPACE", 0x028e9): "FastArrayIterationProtector",
- ("OLD_SPACE", 0x028f9): "ArrayIteratorProtector",
- ("OLD_SPACE", 0x02921): "ArrayBufferNeuteringProtector",
- ("OLD_SPACE", 0x02949): "InfinityValue",
- ("OLD_SPACE", 0x02959): "MinusZeroValue",
- ("OLD_SPACE", 0x02969): "MinusInfinityValue",
+ ("OLD_SPACE", 0x02719): "EmptyFixedFloat64Array",
+ ("OLD_SPACE", 0x02739): "EmptyFixedUint8ClampedArray",
+ ("OLD_SPACE", 0x02759): "EmptyScript",
+ ("OLD_SPACE", 0x027e1): "UndefinedCell",
+ ("OLD_SPACE", 0x027f1): "EmptySloppyArgumentsElements",
+ ("OLD_SPACE", 0x02811): "EmptySlowElementDictionary",
+ ("OLD_SPACE", 0x02859): "EmptyPropertyCell",
+ ("OLD_SPACE", 0x02881): "EmptyWeakCell",
+ ("OLD_SPACE", 0x02891): "ArrayProtector",
+ ("OLD_SPACE", 0x028b9): "IsConcatSpreadableProtector",
+ ("OLD_SPACE", 0x028c9): "SpeciesProtector",
+ ("OLD_SPACE", 0x028f1): "StringLengthProtector",
+ ("OLD_SPACE", 0x02901): "FastArrayIterationProtector",
+ ("OLD_SPACE", 0x02911): "ArrayIteratorProtector",
+ ("OLD_SPACE", 0x02939): "ArrayBufferNeuteringProtector",
+ ("OLD_SPACE", 0x02961): "InfinityValue",
+ ("OLD_SPACE", 0x02971): "MinusZeroValue",
+ ("OLD_SPACE", 0x02981): "MinusInfinityValue",
}
# List of known V8 Frame Markers.