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

Unified Diff: src/builtins/builtins-definitions.h

Issue 2785293002: [inspector] move console to builtins (Closed)
Patch Set: removed unused variable Created 3 years, 8 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/builtins/builtins-console.cc ('k') | src/debug/debug-interface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/builtins/builtins-definitions.h
diff --git a/src/builtins/builtins-definitions.h b/src/builtins/builtins-definitions.h
index 9f1011fffb3ea7c0a58bce62ce01ba313ee14b58..a788bc3f7a493ecd1950c2de7677f250f0f2cff2 100644
--- a/src/builtins/builtins-definitions.h
+++ b/src/builtins/builtins-definitions.h
@@ -345,6 +345,31 @@ namespace internal {
CPP(CallSitePrototypeIsToplevel) \
CPP(CallSitePrototypeToString) \
\
+ /* Console */ \
+ CPP(ConsoleDebug) \
+ CPP(ConsoleError) \
+ CPP(ConsoleInfo) \
+ CPP(ConsoleLog) \
+ CPP(ConsoleWarn) \
+ CPP(ConsoleDir) \
+ CPP(ConsoleDirXml) \
+ CPP(ConsoleTable) \
+ CPP(ConsoleTrace) \
+ CPP(ConsoleGroup) \
+ CPP(ConsoleGroupCollapsed) \
+ CPP(ConsoleGroupEnd) \
+ CPP(ConsoleClear) \
+ CPP(ConsoleCount) \
+ CPP(ConsoleAssert) \
+ CPP(ConsoleMarkTimeline) \
+ CPP(ConsoleProfile) \
+ CPP(ConsoleProfileEnd) \
+ CPP(ConsoleTimeline) \
+ CPP(ConsoleTimelineEnd) \
+ CPP(ConsoleTime) \
+ CPP(ConsoleTimeEnd) \
+ CPP(ConsoleTimeStamp) \
+ \
/* DataView */ \
CPP(DataViewConstructor) \
CPP(DataViewConstructor_ConstructStub) \
« no previous file with comments | « src/builtins/builtins-console.cc ('k') | src/debug/debug-interface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698