| Index: src/v8globals.h
|
| ===================================================================
|
| --- src/v8globals.h (revision 9809)
|
| +++ src/v8globals.h (working copy)
|
| @@ -482,17 +482,7 @@
|
| SAHF = 0, // x86
|
| FPU = 1}; // MIPS
|
|
|
| -// The Strict Mode (ECMA-262 5th edition, 4.2.2).
|
| -enum StrictModeFlag {
|
| - kNonStrictMode,
|
| - kStrictMode,
|
| - // This value is never used, but is needed to prevent GCC 4.5 from failing
|
| - // to compile when we assert that a flag is either kNonStrictMode or
|
| - // kStrictMode.
|
| - kInvalidStrictFlag
|
| -};
|
|
|
| -
|
| // Used to specify if a macro instruction must perform a smi check on tagged
|
| // values.
|
| enum SmiCheckType {
|
|
|