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

Unified Diff: src/assembler.cc

Issue 2672823007: Revert of [debugger] remove debugger statement support from FCG/CS. (Closed)
Patch Set: 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 | « src/assembler.h ('k') | src/ast/ast.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/assembler.cc
diff --git a/src/assembler.cc b/src/assembler.cc
index 47cf946d26ac3739b70bcfe3b5d5bce7cf2ae85b..e5ed505a5559d660b03ccc64bb72983ddbd5a776 100644
--- a/src/assembler.cc
+++ b/src/assembler.cc
@@ -725,6 +725,8 @@
return "no reloc 64";
case EMBEDDED_OBJECT:
return "embedded object";
+ case DEBUGGER_STATEMENT:
+ return "debugger statement";
case CODE_TARGET:
return "code target";
case CODE_TARGET_WITH_ID:
@@ -832,6 +834,7 @@
case CELL:
Object::VerifyPointer(target_cell());
break;
+ case DEBUGGER_STATEMENT:
case CODE_TARGET_WITH_ID:
case CODE_TARGET: {
// convert inline target address to code object
« no previous file with comments | « src/assembler.h ('k') | src/ast/ast.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698