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

Unified Diff: src/debug/debug-interface.h

Issue 2840543002: [d8] implement console for d8. (Closed)
Patch Set: no stress 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/d8-console.cc ('k') | test/message/console.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/debug/debug-interface.h
diff --git a/src/debug/debug-interface.h b/src/debug/debug-interface.h
index 94329f37bdaf15f6d2e21ccfcf30cd3a61970470..b3b849a41fa64df5f5d3f3d0a8555477e706ba58 100644
--- a/src/debug/debug-interface.h
+++ b/src/debug/debug-interface.h
@@ -209,7 +209,8 @@ enum Builtin {
Local<Function> GetBuiltin(Isolate* isolate, Builtin builtin);
-void SetConsoleDelegate(Isolate* isolate, ConsoleDelegate* delegate);
+V8_EXPORT_PRIVATE void SetConsoleDelegate(Isolate* isolate,
+ ConsoleDelegate* delegate);
int GetStackFrameId(v8::Local<v8::StackFrame> frame);
« no previous file with comments | « src/d8-console.cc ('k') | test/message/console.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698