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

Unified Diff: test/mjsunit/debug-backtrace.js

Issue 1749353004: Ship ES2015 Function.name reform (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebased 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
« no previous file with comments | « test/cctest/test-api.cc ('k') | test/mjsunit/debug-stepin-accessor.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/debug-backtrace.js
diff --git a/test/mjsunit/debug-backtrace.js b/test/mjsunit/debug-backtrace.js
index 01775f560eae0abe40ac7cbcaf0447c664ac54bb..3a72384cce028d1baa2e13173a75147f9ebbf0d0 100644
--- a/test/mjsunit/debug-backtrace.js
+++ b/test/mjsunit/debug-backtrace.js
@@ -32,9 +32,9 @@ function f(x, y) {
a=1;
};
-var m = function() {
+var m = (0, function() {
new f(1);
-};
+});
function g() {
m();
« no previous file with comments | « test/cctest/test-api.cc ('k') | test/mjsunit/debug-stepin-accessor.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698