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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger/resources/framework-with-sourcemap.js

Issue 1663723002: [DevTools] Add sourceMap support for blackboxing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@call-set-blackboxed-ranges-on-script-parsed
Patch Set: Created 4 years, 10 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: third_party/WebKit/LayoutTests/inspector/sources/debugger/resources/framework-with-sourcemap.js
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger/resources/framework-with-sourcemap.js b/third_party/WebKit/LayoutTests/inspector/sources/debugger/resources/framework-with-sourcemap.js
new file mode 100644
index 0000000000000000000000000000000000000000..daf21fa88b25e50db5287921709b61af26cca996
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger/resources/framework-with-sourcemap.js
@@ -0,0 +1,9 @@
+"use strict";
+
+function foo(callback) {
+ var i = 239;
+ var result = callback(i + 42);
+ return result;
+}
+
+//# sourceMappingURL=framework-with-sourcemap.js.map

Powered by Google App Engine
This is Rietveld 408576698