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

Side by Side Diff: src/objects/object-macros-undef.h

Issue 2961253002: [objects] Rename macros from DECLARE_ to DECL_ for consistency. (Closed)
Patch Set: Created 3 years, 5 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
« no previous file with comments | « src/objects/object-macros.h ('k') | src/objects/regexp-match-info.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 2016 the V8 project authors. All rights reserved. 1 // Copyright 2016 the V8 project authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #undef DECL_BOOLEAN_ACCESSORS 5 #undef DECL_BOOLEAN_ACCESSORS
6 #undef DECL_INT_ACCESSORS 6 #undef DECL_INT_ACCESSORS
7 #undef DECL_ACCESSORS 7 #undef DECL_ACCESSORS
8 #undef DECLARE_CAST 8 #undef DECL_CAST
9 #undef CAST_ACCESSOR 9 #undef CAST_ACCESSOR
10 #undef INT_ACCESSORS 10 #undef INT_ACCESSORS
11 #undef ACCESSORS_CHECKED2 11 #undef ACCESSORS_CHECKED2
12 #undef ACCESSORS_CHECKED 12 #undef ACCESSORS_CHECKED
13 #undef ACCESSORS 13 #undef ACCESSORS
14 #undef SMI_ACCESSORS_CHECKED 14 #undef SMI_ACCESSORS_CHECKED
15 #undef SMI_ACCESSORS 15 #undef SMI_ACCESSORS
16 #undef SYNCHRONIZED_SMI_ACCESSORS 16 #undef SYNCHRONIZED_SMI_ACCESSORS
17 #undef RELAXED_SMI_ACCESSORS 17 #undef RELAXED_SMI_ACCESSORS
18 #undef BOOL_GETTER 18 #undef BOOL_GETTER
(...skipping 30 matching lines...) Expand all
49 #undef READ_FLOAT_FIELD 49 #undef READ_FLOAT_FIELD
50 #undef WRITE_FLOAT_FIELD 50 #undef WRITE_FLOAT_FIELD
51 #undef READ_UINT64_FIELD 51 #undef READ_UINT64_FIELD
52 #undef WRITE_UINT64_FIELD 52 #undef WRITE_UINT64_FIELD
53 #undef READ_INT64_FIELD 53 #undef READ_INT64_FIELD
54 #undef WRITE_INT64_FIELD 54 #undef WRITE_INT64_FIELD
55 #undef READ_BYTE_FIELD 55 #undef READ_BYTE_FIELD
56 #undef RELAXED_READ_BYTE_FIELD 56 #undef RELAXED_READ_BYTE_FIELD
57 #undef WRITE_BYTE_FIELD 57 #undef WRITE_BYTE_FIELD
58 #undef RELAXED_WRITE_BYTE_FIELD 58 #undef RELAXED_WRITE_BYTE_FIELD
59 #undef DECLARE_VERIFIER 59 #undef DECL_VERIFIER
60 #undef DEFINE_DEOPT_ELEMENT_ACCESSORS 60 #undef DEFINE_DEOPT_ELEMENT_ACCESSORS
61 #undef DEFINE_DEOPT_ENTRY_ACCESSORS 61 #undef DEFINE_DEOPT_ENTRY_ACCESSORS
OLDNEW
« no previous file with comments | « src/objects/object-macros.h ('k') | src/objects/regexp-match-info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698