Chromium Code Reviews| Index: include/v8.h |
| diff --git a/include/v8.h b/include/v8.h |
| index 171623a28fa589981031a505de72a251f23e9a46..983716a79bf6b6242a5862968e72c9171f8f433d 100644 |
| --- a/include/v8.h |
| +++ b/include/v8.h |
| @@ -5457,6 +5457,8 @@ class V8_EXPORT Isolate { |
| kPromiseDefer = 19, |
| kHtmlCommentInExternalScript = 20, |
| kHtmlComment = 21, |
| + kSloppyModeBlockScopedFunctionRedefinition = 22, |
| + kForInInitializer = 23, |
| kUseCounterFeatureCount // This enum value must be last. |
| }; |