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

Unified Diff: test/mjsunit/code-coverage-precise.js

Issue 2696163002: [debugger] implement inspector-facing API for code coverage. (Closed)
Patch Set: one more shared export Created 3 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
« no previous file with comments | « test/mjsunit/code-coverage-ad-hoc.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/code-coverage-precise.js
diff --git a/test/mjsunit/code-coverage-precise.js b/test/mjsunit/code-coverage-precise.js
index 344e2f5397d3154ba5b8ccb33e3e493ba3706f55..a25542dae968c6803fa78682fb19c9a3d6ff2805 100644
--- a/test/mjsunit/code-coverage-precise.js
+++ b/test/mjsunit/code-coverage-precise.js
@@ -70,7 +70,7 @@ TestCoverage(
(function f() {})();
`,
`
-[([function f() {}](f:1))();](anonymous:1)
+[([function f() {}](f:1))();](:1)
`
);
@@ -86,7 +86,7 @@ for (var i = 0; i < 10; i++) {
[for (var i = 0; i < 10; i++) {
let f = [() => 1](f:5);
i += f();
-}](anonymous:1)
+}](:1)
`
);
« no previous file with comments | « test/mjsunit/code-coverage-ad-hoc.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698