| 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
|
|
|