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

Unified Diff: src/assembler.h

Issue 2636913002: [liveedit] reimplement frame restarting. (Closed)
Patch Set: Created 3 years, 11 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 | « no previous file | src/assembler.cc » ('j') | src/debug/debug.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/assembler.h
diff --git a/src/assembler.h b/src/assembler.h
index cd5867689efe0efde0ced8c0998964465f6f5cf8..e918b47341b9ac4e00a0e1be1e3c3c48c8951e95 100644
--- a/src/assembler.h
+++ b/src/assembler.h
@@ -1082,6 +1082,9 @@ class ExternalReference BASE_EMBEDDED {
// Used to check for suspended generator, used for stepping across await call.
static ExternalReference debug_suspended_generator_address(Isolate* isolate);
+ // Used to store the frame pointer to drop to when restarting a frame.
+ static ExternalReference debug_new_fp_address(Isolate* isolate);
+
#ifndef V8_INTERPRETED_REGEXP
// C functions called from RegExp generated code.
« no previous file with comments | « no previous file | src/assembler.cc » ('j') | src/debug/debug.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698