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

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

Issue 23182003: Push SetAccessor to Template (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 4 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
OLDNEW
1 // Copyright 2012 the V8 project authors. All rights reserved. 1 // Copyright 2012 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 4439 matching lines...) Expand 10 before | Expand all | Expand 10 after
4450 ACCESSORS(InterceptorInfo, query, Object, kQueryOffset) 4450 ACCESSORS(InterceptorInfo, query, Object, kQueryOffset)
4451 ACCESSORS(InterceptorInfo, deleter, Object, kDeleterOffset) 4451 ACCESSORS(InterceptorInfo, deleter, Object, kDeleterOffset)
4452 ACCESSORS(InterceptorInfo, enumerator, Object, kEnumeratorOffset) 4452 ACCESSORS(InterceptorInfo, enumerator, Object, kEnumeratorOffset)
4453 ACCESSORS(InterceptorInfo, data, Object, kDataOffset) 4453 ACCESSORS(InterceptorInfo, data, Object, kDataOffset)
4454 4454
4455 ACCESSORS(CallHandlerInfo, callback, Object, kCallbackOffset) 4455 ACCESSORS(CallHandlerInfo, callback, Object, kCallbackOffset)
4456 ACCESSORS(CallHandlerInfo, data, Object, kDataOffset) 4456 ACCESSORS(CallHandlerInfo, data, Object, kDataOffset)
4457 4457
4458 ACCESSORS(TemplateInfo, tag, Object, kTagOffset) 4458 ACCESSORS(TemplateInfo, tag, Object, kTagOffset)
4459 ACCESSORS(TemplateInfo, property_list, Object, kPropertyListOffset) 4459 ACCESSORS(TemplateInfo, property_list, Object, kPropertyListOffset)
4460 ACCESSORS(TemplateInfo, property_accessors, Object, kPropertyAccessorsOffset)
4460 4461
4461 ACCESSORS(FunctionTemplateInfo, serial_number, Object, kSerialNumberOffset) 4462 ACCESSORS(FunctionTemplateInfo, serial_number, Object, kSerialNumberOffset)
4462 ACCESSORS(FunctionTemplateInfo, call_code, Object, kCallCodeOffset) 4463 ACCESSORS(FunctionTemplateInfo, call_code, Object, kCallCodeOffset)
4463 ACCESSORS(FunctionTemplateInfo, property_accessors, Object,
4464 kPropertyAccessorsOffset)
4465 ACCESSORS(FunctionTemplateInfo, prototype_template, Object, 4464 ACCESSORS(FunctionTemplateInfo, prototype_template, Object,
4466 kPrototypeTemplateOffset) 4465 kPrototypeTemplateOffset)
4467 ACCESSORS(FunctionTemplateInfo, parent_template, Object, kParentTemplateOffset) 4466 ACCESSORS(FunctionTemplateInfo, parent_template, Object, kParentTemplateOffset)
4468 ACCESSORS(FunctionTemplateInfo, named_property_handler, Object, 4467 ACCESSORS(FunctionTemplateInfo, named_property_handler, Object,
4469 kNamedPropertyHandlerOffset) 4468 kNamedPropertyHandlerOffset)
4470 ACCESSORS(FunctionTemplateInfo, indexed_property_handler, Object, 4469 ACCESSORS(FunctionTemplateInfo, indexed_property_handler, Object,
4471 kIndexedPropertyHandlerOffset) 4470 kIndexedPropertyHandlerOffset)
4472 ACCESSORS(FunctionTemplateInfo, instance_template, Object, 4471 ACCESSORS(FunctionTemplateInfo, instance_template, Object,
4473 kInstanceTemplateOffset) 4472 kInstanceTemplateOffset)
4474 ACCESSORS(FunctionTemplateInfo, class_name, Object, kClassNameOffset) 4473 ACCESSORS(FunctionTemplateInfo, class_name, Object, kClassNameOffset)
(...skipping 1769 matching lines...) Expand 10 before | Expand all | Expand 10 after
6244 #undef WRITE_UINT32_FIELD 6243 #undef WRITE_UINT32_FIELD
6245 #undef READ_SHORT_FIELD 6244 #undef READ_SHORT_FIELD
6246 #undef WRITE_SHORT_FIELD 6245 #undef WRITE_SHORT_FIELD
6247 #undef READ_BYTE_FIELD 6246 #undef READ_BYTE_FIELD
6248 #undef WRITE_BYTE_FIELD 6247 #undef WRITE_BYTE_FIELD
6249 6248
6250 6249
6251 } } // namespace v8::internal 6250 } } // namespace v8::internal
6252 6251
6253 #endif // V8_OBJECTS_INL_H_ 6252 #endif // V8_OBJECTS_INL_H_
OLDNEW
« src/apinatives.js ('K') | « src/objects-debug.cc ('k') | src/objects-printer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698