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

Unified Diff: LayoutTests/dart/inspector/merged-callstack.js

Issue 466243002: Support merged Dart-JS callstacks (Closed) Base URL: svn://svn.chromium.org/blink/branches/dart/dartium
Patch Set: Created 6 years, 3 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
Index: LayoutTests/dart/inspector/merged-callstack.js
diff --git a/LayoutTests/dart/inspector/merged-callstack.js b/LayoutTests/dart/inspector/merged-callstack.js
new file mode 100644
index 0000000000000000000000000000000000000000..ecb6853f40a8def23c3d7fc8b2602eb5096fedf2
--- /dev/null
+++ b/LayoutTests/dart/inspector/merged-callstack.js
@@ -0,0 +1,7 @@
+function bounceHelper(count, callback) {
+ callback(count);
+}
+
+function bounce(count, callback) {
+ bounceHelper(count, callback);
+}
« no previous file with comments | « LayoutTests/dart/inspector/merged-callstack.html ('k') | LayoutTests/dart/inspector/merged-callstack-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698