| OLD | NEW |
| 1 // Copyright 2006-2008 the V8 project authors. All rights reserved. | 1 // Copyright 2006-2008 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 1186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1197 CAST_ACCESSOR(ExternalTwoByteString) | 1197 CAST_ACCESSOR(ExternalTwoByteString) |
| 1198 CAST_ACCESSOR(JSObject) | 1198 CAST_ACCESSOR(JSObject) |
| 1199 CAST_ACCESSOR(Smi) | 1199 CAST_ACCESSOR(Smi) |
| 1200 CAST_ACCESSOR(Failure) | 1200 CAST_ACCESSOR(Failure) |
| 1201 CAST_ACCESSOR(HeapObject) | 1201 CAST_ACCESSOR(HeapObject) |
| 1202 CAST_ACCESSOR(HeapNumber) | 1202 CAST_ACCESSOR(HeapNumber) |
| 1203 CAST_ACCESSOR(Oddball) | 1203 CAST_ACCESSOR(Oddball) |
| 1204 CAST_ACCESSOR(SharedFunctionInfo) | 1204 CAST_ACCESSOR(SharedFunctionInfo) |
| 1205 CAST_ACCESSOR(Map) | 1205 CAST_ACCESSOR(Map) |
| 1206 CAST_ACCESSOR(JSFunction) | 1206 CAST_ACCESSOR(JSFunction) |
| 1207 CAST_ACCESSOR(GlobalObject) |
| 1207 CAST_ACCESSOR(JSGlobalProxy) | 1208 CAST_ACCESSOR(JSGlobalProxy) |
| 1208 CAST_ACCESSOR(JSGlobalObject) | 1209 CAST_ACCESSOR(JSGlobalObject) |
| 1209 CAST_ACCESSOR(JSBuiltinsObject) | 1210 CAST_ACCESSOR(JSBuiltinsObject) |
| 1210 CAST_ACCESSOR(Code) | 1211 CAST_ACCESSOR(Code) |
| 1211 CAST_ACCESSOR(JSArray) | 1212 CAST_ACCESSOR(JSArray) |
| 1212 CAST_ACCESSOR(JSRegExp) | 1213 CAST_ACCESSOR(JSRegExp) |
| 1213 CAST_ACCESSOR(Proxy) | 1214 CAST_ACCESSOR(Proxy) |
| 1214 CAST_ACCESSOR(ByteArray) | 1215 CAST_ACCESSOR(ByteArray) |
| 1215 CAST_ACCESSOR(Struct) | 1216 CAST_ACCESSOR(Struct) |
| 1216 | 1217 |
| (...skipping 1127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2344 #undef WRITE_INT_FIELD | 2345 #undef WRITE_INT_FIELD |
| 2345 #undef READ_SHORT_FIELD | 2346 #undef READ_SHORT_FIELD |
| 2346 #undef WRITE_SHORT_FIELD | 2347 #undef WRITE_SHORT_FIELD |
| 2347 #undef READ_BYTE_FIELD | 2348 #undef READ_BYTE_FIELD |
| 2348 #undef WRITE_BYTE_FIELD | 2349 #undef WRITE_BYTE_FIELD |
| 2349 | 2350 |
| 2350 | 2351 |
| 2351 } } // namespace v8::internal | 2352 } } // namespace v8::internal |
| 2352 | 2353 |
| 2353 #endif // V8_OBJECTS_INL_H_ | 2354 #endif // V8_OBJECTS_INL_H_ |
| OLD | NEW |