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

Unified Diff: src/objects/script.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/scope-info.h ('k') | src/objects/shared-function-info.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/objects/script.h
diff --git a/src/objects/script.h b/src/objects/script.h
index 6b716775b9ef64ae6be6ab7ab59a5e21addc82de..fa2b6134aab1e040672e6319d6da087fb4e4dba5 100644
--- a/src/objects/script.h
+++ b/src/objects/script.h
@@ -106,7 +106,7 @@ class Script : public Struct {
inline v8::ScriptOriginOptions origin_options();
inline void set_origin_options(ScriptOriginOptions origin_options);
- DECLARE_CAST(Script)
+ DECL_CAST(Script)
// If script source is an external string, check that the underlying
// resource is accessible. Otherwise, always return true.
@@ -179,8 +179,8 @@ class Script : public Struct {
bool HasPreparsedScopeData() const;
// Dispatched behavior.
- DECLARE_PRINTER(Script)
- DECLARE_VERIFIER(Script)
+ DECL_PRINTER(Script)
+ DECL_VERIFIER(Script)
static const int kSourceOffset = HeapObject::kHeaderSize;
static const int kNameOffset = kSourceOffset + kPointerSize;
« no previous file with comments | « src/objects/scope-info.h ('k') | src/objects/shared-function-info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698