OLD | NEW |
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 Loading... |
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", 0x114e1): "JsConstructEntryCode", | 253 ("CODE_SPACE", 0x11ce1): "JsConstructEntryCode", |
254 ("CODE_SPACE", 0x18ca1): "JsEntryCode", | 254 ("CODE_SPACE", 0x193e1): "JsEntryCode", |
255 } | 255 } |
OLD | NEW |