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

Unified Diff: src/objects/module-info.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/map.h ('k') | src/objects/name.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/objects/module-info.h
diff --git a/src/objects/module-info.h b/src/objects/module-info.h
index ccd13a2efeec2e35892b5982ba13f7e9b805f713..b797db71567154de0633c2f4c4ff1c888b2a5953 100644
--- a/src/objects/module-info.h
+++ b/src/objects/module-info.h
@@ -24,7 +24,7 @@ class Zone;
// ModuleInfo is to ModuleDescriptor what ScopeInfo is to Scope.
class ModuleInfo : public FixedArray {
public:
- DECLARE_CAST(ModuleInfo)
+ DECL_CAST(ModuleInfo)
static Handle<ModuleInfo> New(Isolate* isolate, Zone* zone,
ModuleDescriptor* descr);
@@ -93,9 +93,9 @@ class ModuleInfo : public FixedArray {
class ModuleInfoEntry : public Struct {
public:
- DECLARE_CAST(ModuleInfoEntry)
- DECLARE_PRINTER(ModuleInfoEntry)
- DECLARE_VERIFIER(ModuleInfoEntry)
+ DECL_CAST(ModuleInfoEntry)
+ DECL_PRINTER(ModuleInfoEntry)
+ DECL_VERIFIER(ModuleInfoEntry)
DECL_ACCESSORS(export_name, Object)
DECL_ACCESSORS(local_name, Object)
« no previous file with comments | « src/objects/map.h ('k') | src/objects/name.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698