Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(708)

Side by Side Diff: tools/v8heapconst.py

Issue 23600023: Remove dead strings from heap.h (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Rerun make grokdump. Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « src/heap.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 the V8 project authors. All rights reserved. 1 # Copyright 2013 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 ("OLD_DATA_SPACE", 0x08275): "EmptyExternalUnsignedByteArray", 243 ("OLD_DATA_SPACE", 0x08275): "EmptyExternalUnsignedByteArray",
244 ("OLD_DATA_SPACE", 0x08281): "EmptyExternalShortArray", 244 ("OLD_DATA_SPACE", 0x08281): "EmptyExternalShortArray",
245 ("OLD_DATA_SPACE", 0x0828d): "EmptyExternalUnsignedShortArray", 245 ("OLD_DATA_SPACE", 0x0828d): "EmptyExternalUnsignedShortArray",
246 ("OLD_DATA_SPACE", 0x08299): "EmptyExternalIntArray", 246 ("OLD_DATA_SPACE", 0x08299): "EmptyExternalIntArray",
247 ("OLD_DATA_SPACE", 0x082a5): "EmptyExternalUnsignedIntArray", 247 ("OLD_DATA_SPACE", 0x082a5): "EmptyExternalUnsignedIntArray",
248 ("OLD_DATA_SPACE", 0x082b1): "EmptyExternalFloatArray", 248 ("OLD_DATA_SPACE", 0x082b1): "EmptyExternalFloatArray",
249 ("OLD_DATA_SPACE", 0x082bd): "EmptyExternalDoubleArray", 249 ("OLD_DATA_SPACE", 0x082bd): "EmptyExternalDoubleArray",
250 ("OLD_DATA_SPACE", 0x082c9): "EmptyExternalPixelArray", 250 ("OLD_DATA_SPACE", 0x082c9): "EmptyExternalPixelArray",
251 ("OLD_DATA_SPACE", 0x082d5): "InfinityValue", 251 ("OLD_DATA_SPACE", 0x082d5): "InfinityValue",
252 ("OLD_DATA_SPACE", 0x082e1): "MinusZeroValue", 252 ("OLD_DATA_SPACE", 0x082e1): "MinusZeroValue",
253 ("CODE_SPACE", 0x11ce1): "JsConstructEntryCode", 253 ("CODE_SPACE", 0x11141): "JsConstructEntryCode",
254 ("CODE_SPACE", 0x193e1): "JsEntryCode", 254 ("CODE_SPACE", 0x18da1): "JsEntryCode",
255 } 255 }
OLDNEW
« no previous file with comments | « src/heap.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698