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

Unified Diff: src/globals.h

Issue 2636913002: [liveedit] reimplement frame restarting. (Closed)
Patch Set: rebase 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 | « src/full-codegen/full-codegen.cc ('k') | src/ia32/interface-descriptors-ia32.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/globals.h
diff --git a/src/globals.h b/src/globals.h
index 6d06cac83099a2bb5e085305bd76b19264f15121..8388757544e7a82ee93c622c53ad7791c643b18e 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -1274,20 +1274,6 @@ class CompareOperationFeedback {
};
};
-// Describes how exactly a frame has been dropped from stack.
-enum LiveEditFrameDropMode {
- // No frame has been dropped.
- LIVE_EDIT_FRAMES_UNTOUCHED,
- // The top JS frame had been calling debug break slot stub. Patch the
- // address this stub jumps to in the end.
- LIVE_EDIT_FRAME_DROPPED_IN_DEBUG_SLOT_CALL,
- // The top JS frame had been calling some C++ function. The return address
- // gets patched automatically.
- LIVE_EDIT_FRAME_DROPPED_IN_DIRECT_CALL,
- LIVE_EDIT_FRAME_DROPPED_IN_RETURN_CALL,
- LIVE_EDIT_CURRENTLY_SET_MODE
-};
-
enum class UnicodeEncoding : uint8_t {
// Different unicode encodings in a |word32|:
UTF16, // hi 16bits -> trailing surrogate or 0, low 16bits -> lead surrogate
« no previous file with comments | « src/full-codegen/full-codegen.cc ('k') | src/ia32/interface-descriptors-ia32.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698