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

Side by Side Diff: src/objects-inl.h

Issue 341082: Reverting 3174. Aka reapplying 3150, 3151 and 3159. Aka api accessor (Closed)
Patch Set: Created 11 years, 1 month 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
« no previous file with comments | « src/objects-debug.cc ('k') | src/runtime.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 2418 matching lines...) Expand 10 before | Expand all | Expand 10 after
2429 ACCESSORS(GlobalObject, global_context, Context, kGlobalContextOffset) 2429 ACCESSORS(GlobalObject, global_context, Context, kGlobalContextOffset)
2430 ACCESSORS(GlobalObject, global_receiver, JSObject, kGlobalReceiverOffset) 2430 ACCESSORS(GlobalObject, global_receiver, JSObject, kGlobalReceiverOffset)
2431 2431
2432 ACCESSORS(JSGlobalProxy, context, Object, kContextOffset) 2432 ACCESSORS(JSGlobalProxy, context, Object, kContextOffset)
2433 2433
2434 ACCESSORS(AccessorInfo, getter, Object, kGetterOffset) 2434 ACCESSORS(AccessorInfo, getter, Object, kGetterOffset)
2435 ACCESSORS(AccessorInfo, setter, Object, kSetterOffset) 2435 ACCESSORS(AccessorInfo, setter, Object, kSetterOffset)
2436 ACCESSORS(AccessorInfo, data, Object, kDataOffset) 2436 ACCESSORS(AccessorInfo, data, Object, kDataOffset)
2437 ACCESSORS(AccessorInfo, name, Object, kNameOffset) 2437 ACCESSORS(AccessorInfo, name, Object, kNameOffset)
2438 ACCESSORS(AccessorInfo, flag, Smi, kFlagOffset) 2438 ACCESSORS(AccessorInfo, flag, Smi, kFlagOffset)
2439 ACCESSORS(AccessorInfo, load_stub_cache, Object, kLoadStubCacheOffset)
2439 2440
2440 ACCESSORS(AccessCheckInfo, named_callback, Object, kNamedCallbackOffset) 2441 ACCESSORS(AccessCheckInfo, named_callback, Object, kNamedCallbackOffset)
2441 ACCESSORS(AccessCheckInfo, indexed_callback, Object, kIndexedCallbackOffset) 2442 ACCESSORS(AccessCheckInfo, indexed_callback, Object, kIndexedCallbackOffset)
2442 ACCESSORS(AccessCheckInfo, data, Object, kDataOffset) 2443 ACCESSORS(AccessCheckInfo, data, Object, kDataOffset)
2443 2444
2444 ACCESSORS(InterceptorInfo, getter, Object, kGetterOffset) 2445 ACCESSORS(InterceptorInfo, getter, Object, kGetterOffset)
2445 ACCESSORS(InterceptorInfo, setter, Object, kSetterOffset) 2446 ACCESSORS(InterceptorInfo, setter, Object, kSetterOffset)
2446 ACCESSORS(InterceptorInfo, query, Object, kQueryOffset) 2447 ACCESSORS(InterceptorInfo, query, Object, kQueryOffset)
2447 ACCESSORS(InterceptorInfo, deleter, Object, kDeleterOffset) 2448 ACCESSORS(InterceptorInfo, deleter, Object, kDeleterOffset)
2448 ACCESSORS(InterceptorInfo, enumerator, Object, kEnumeratorOffset) 2449 ACCESSORS(InterceptorInfo, enumerator, Object, kEnumeratorOffset)
(...skipping 706 matching lines...) Expand 10 before | Expand all | Expand 10 after
3155 #undef WRITE_INT_FIELD 3156 #undef WRITE_INT_FIELD
3156 #undef READ_SHORT_FIELD 3157 #undef READ_SHORT_FIELD
3157 #undef WRITE_SHORT_FIELD 3158 #undef WRITE_SHORT_FIELD
3158 #undef READ_BYTE_FIELD 3159 #undef READ_BYTE_FIELD
3159 #undef WRITE_BYTE_FIELD 3160 #undef WRITE_BYTE_FIELD
3160 3161
3161 3162
3162 } } // namespace v8::internal 3163 } } // namespace v8::internal
3163 3164
3164 #endif // V8_OBJECTS_INL_H_ 3165 #endif // V8_OBJECTS_INL_H_
OLDNEW
« no previous file with comments | « src/objects-debug.cc ('k') | src/runtime.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698