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

Unified Diff: test/mjsunit/regress/regress-330046.js

Issue 1005053004: Debugger: remove unused JS Debugger API. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: rebase Created 5 years, 9 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/es6/generators-debug-liveedit.js ('k') | test/mjsunit/regress/regress-crbug-385002.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/regress/regress-330046.js
diff --git a/test/mjsunit/regress/regress-330046.js b/test/mjsunit/regress/regress-330046.js
index d94b804ac0a974d94de784b02b7a2b1f6c8a6f25..eb0d3f38a277f12b28c9ce4644092c81309dd80f 100644
--- a/test/mjsunit/regress/regress-330046.js
+++ b/test/mjsunit/regress/regress-330046.js
@@ -58,4 +58,4 @@ f(10, o3);
// The old code is already deoptimized, but f still points to it.
// Disassembling it will crash.
-%DebugDisassembleFunction(f);
+%DisassembleFunction(f);
« no previous file with comments | « test/mjsunit/es6/generators-debug-liveedit.js ('k') | test/mjsunit/regress/regress-crbug-385002.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698