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

Side by Side Diff: tools/v8heapconst.py

Issue 22903012: js accessor creation on Template (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: 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 | « test/mjsunit/fuzz-natives-part2.js ('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 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 ("OLD_POINTER_SPACE", 0x08101): "NumberStringCache", 220 ("OLD_POINTER_SPACE", 0x08101): "NumberStringCache",
221 ("OLD_POINTER_SPACE", 0x08909): "SingleCharacterStringCache", 221 ("OLD_POINTER_SPACE", 0x08909): "SingleCharacterStringCache",
222 ("OLD_POINTER_SPACE", 0x08d11): "StringSplitCache", 222 ("OLD_POINTER_SPACE", 0x08d11): "StringSplitCache",
223 ("OLD_POINTER_SPACE", 0x09119): "RegExpMultipleCache", 223 ("OLD_POINTER_SPACE", 0x09119): "RegExpMultipleCache",
224 ("OLD_POINTER_SPACE", 0x09521): "TerminationException", 224 ("OLD_POINTER_SPACE", 0x09521): "TerminationException",
225 ("OLD_POINTER_SPACE", 0x09531): "MessageListeners", 225 ("OLD_POINTER_SPACE", 0x09531): "MessageListeners",
226 ("OLD_POINTER_SPACE", 0x0954d): "CodeStubs", 226 ("OLD_POINTER_SPACE", 0x0954d): "CodeStubs",
227 ("OLD_POINTER_SPACE", 0x0a9d9): "NonMonomorphicCache", 227 ("OLD_POINTER_SPACE", 0x0a9d9): "NonMonomorphicCache",
228 ("OLD_POINTER_SPACE", 0x0afed): "PolymorphicCodeCache", 228 ("OLD_POINTER_SPACE", 0x0afed): "PolymorphicCodeCache",
229 ("OLD_POINTER_SPACE", 0x0aff5): "NativesSourceCache", 229 ("OLD_POINTER_SPACE", 0x0aff5): "NativesSourceCache",
230 ("OLD_POINTER_SPACE", 0x0b035): "EmptyScript", 230 ("OLD_POINTER_SPACE", 0x0b03d): "EmptyScript",
231 ("OLD_POINTER_SPACE", 0x0b06d): "IntrinsicFunctionNames", 231 ("OLD_POINTER_SPACE", 0x0b075): "IntrinsicFunctionNames",
232 ("OLD_POINTER_SPACE", 0x0e089): "ObservationState", 232 ("OLD_POINTER_SPACE", 0x0e091): "ObservationState",
233 ("OLD_POINTER_SPACE", 0x0e095): "FrozenSymbol", 233 ("OLD_POINTER_SPACE", 0x0e09d): "FrozenSymbol",
234 ("OLD_POINTER_SPACE", 0x0e0a1): "ElementsTransitionSymbol", 234 ("OLD_POINTER_SPACE", 0x0e0a9): "ElementsTransitionSymbol",
235 ("OLD_POINTER_SPACE", 0x0e0ad): "EmptySlowElementDictionary", 235 ("OLD_POINTER_SPACE", 0x0e0b5): "EmptySlowElementDictionary",
236 ("OLD_POINTER_SPACE", 0x0e249): "ObservedSymbol", 236 ("OLD_POINTER_SPACE", 0x0e251): "ObservedSymbol",
237 ("OLD_POINTER_SPACE", 0x274e9): "StringTable", 237 ("OLD_POINTER_SPACE", 0x29861): "StringTable",
238 ("OLD_DATA_SPACE", 0x08099): "EmptyDescriptorArray", 238 ("OLD_DATA_SPACE", 0x08099): "EmptyDescriptorArray",
239 ("OLD_DATA_SPACE", 0x080a1): "EmptyFixedArray", 239 ("OLD_DATA_SPACE", 0x080a1): "EmptyFixedArray",
240 ("OLD_DATA_SPACE", 0x080a9): "NanValue", 240 ("OLD_DATA_SPACE", 0x080a9): "NanValue",
241 ("OLD_DATA_SPACE", 0x08141): "EmptyByteArray", 241 ("OLD_DATA_SPACE", 0x08141): "EmptyByteArray",
242 ("OLD_DATA_SPACE", 0x08269): "EmptyExternalByteArray", 242 ("OLD_DATA_SPACE", 0x08269): "EmptyExternalByteArray",
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", 0x10d01): "JsConstructEntryCode", 253 ("CODE_SPACE", 0x114e1): "JsConstructEntryCode",
254 ("CODE_SPACE", 0x183c1): "JsEntryCode", 254 ("CODE_SPACE", 0x18ca1): "JsEntryCode",
255 } 255 }
OLDNEW
« no previous file with comments | « test/mjsunit/fuzz-natives-part2.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698