Chromium Code Reviews

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger/resources/resolve-variable-names-compressed.js

Issue 1653053002: Devtools: parse variables scopes and sourcemap them (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/LayoutTests/inspector/sources/debugger/resources/resolve-variable-names-compressed.js
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger/resources/resolve-variable-names-compressed.js b/third_party/WebKit/LayoutTests/inspector/sources/debugger/resources/resolve-variable-names-compressed.js
new file mode 100644
index 0000000000000000000000000000000000000000..48809214f04af415017dc22f55c4b8483360a3c5
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger/resources/resolve-variable-names-compressed.js
@@ -0,0 +1,2 @@
+function testFunction(){var e={};var n=new Map;debugger;return n.get(e)}
+//# sourceMappingURL=resolve-variable.js.map

Powered by Google App Engine