| Index: src/globals.h
|
| diff --git a/src/globals.h b/src/globals.h
|
| index 32396d89ea3d2415a2e10938d3a83049055b9740..39dd67fdb9474aec20e01c7ac57d595f4f2bf787 100644
|
| --- a/src/globals.h
|
| +++ b/src/globals.h
|
| @@ -796,6 +796,10 @@ enum InitializationFlag {
|
| enum MaybeAssignedFlag { kNotAssigned, kMaybeAssigned };
|
|
|
|
|
| +// Serialized in PreparseData, so numeric values should not be changed.
|
| +enum ParseErrorType { kSyntaxError = 0, kReferenceError = 1 };
|
| +
|
| +
|
| enum ClearExceptionFlag {
|
| KEEP_EXCEPTION,
|
| CLEAR_EXCEPTION
|
|
|