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

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

Issue 1579283002: [DevTools] Blackbox sources with inline source maps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@source-map-backend
Patch Set: deoilpanize Created 4 years, 11 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 | « no previous file | third_party/WebKit/LayoutTests/inspector-protocol/debugger/stepping-with-inline-source-map-and-blackboxing.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/inspector-protocol/debugger/resources/framework-with-inline-sourcemap.js
diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/debugger/resources/framework-with-inline-sourcemap.js b/third_party/WebKit/LayoutTests/inspector-protocol/debugger/resources/framework-with-inline-sourcemap.js
new file mode 100644
index 0000000000000000000000000000000000000000..ab0bdef748af6647cb15d6214d40d13ce6057b5a
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector-protocol/debugger/resources/framework-with-inline-sourcemap.js
@@ -0,0 +1,9 @@
+"use strict";
+
+function foo(boo) {
+ var i = 42;
+ var res = boo();
+ return +res;
+}
+
+//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImZvby5qcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOztBQUFBLFNBQVMsR0FBRyxDQUFDLEdBQUcsRUFDaEI7QUFDSSxRQUFJLENBQUMsR0FBRyxFQUFFLENBQUM7QUFDWCxRQUFJLEdBQUcsR0FBRyxHQUFHLEVBQUUsQ0FBQztBQUNoQixXQUFPLENBQUUsR0FBRyxDQUFDO0NBQ2hCIiwiZmlsZSI6ImZyYW1ld29yay13aXRoLWlubGluZS1zb3VyY2VtYXAuanMiLCJzb3VyY2VzQ29udGVudCI6W251bGxdfQ==
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector-protocol/debugger/stepping-with-inline-source-map-and-blackboxing.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698