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

Unified Diff: src/objects/name.h

Issue 2961253002: [objects] Rename macros from DECLARE_ to DECL_ for consistency. (Closed)
Patch Set: Created 3 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/objects/module-info.h ('k') | src/objects/object-macros.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/objects/name.h
diff --git a/src/objects/name.h b/src/objects/name.h
index 1bbc46e05d5118416c0a4bf91ba402be06f8a074..0fd017711b82ec12495e2191e8fe1d7c44959b9c 100644
--- a/src/objects/name.h
+++ b/src/objects/name.h
@@ -47,9 +47,9 @@ class Name : public HeapObject {
MUST_USE_RESULT static MaybeHandle<String> ToFunctionName(
Handle<Name> name, Handle<String> prefix);
- DECLARE_CAST(Name)
+ DECL_CAST(Name)
- DECLARE_PRINTER(Name)
+ DECL_PRINTER(Name)
#if V8_TRACE_MAPS
void NameShortPrint();
int NameShortPrint(Vector<char> str);
@@ -148,11 +148,11 @@ class Symbol : public Name {
// Symbol.keyFor on such a symbol simply needs to return the attached name.
DECL_BOOLEAN_ACCESSORS(is_public)
- DECLARE_CAST(Symbol)
+ DECL_CAST(Symbol)
// Dispatched behavior.
- DECLARE_PRINTER(Symbol)
- DECLARE_VERIFIER(Symbol)
+ DECL_PRINTER(Symbol)
+ DECL_VERIFIER(Symbol)
// Layout description.
static const int kNameOffset = Name::kSize;
« no previous file with comments | « src/objects/module-info.h ('k') | src/objects/object-macros.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698