| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 529808a34a9d8734403baf23170787133da0c503..96f72392c3881a082b04d3e5af53fbf974659532 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -1123,6 +1123,7 @@ class MaybeObject BASE_EMBEDDED {
|
| "ForInStatement with non-local each variable") \
|
| V(kForOfStatement, "ForOfStatement") \
|
| V(kFrameIsExpectedToBeAligned, "frame is expected to be aligned") \
|
| + V(kFrozenObjectInCountOperation, "frozen object in count operation") \
|
| V(kFunctionCallsEval, "function calls eval") \
|
| V(kFunctionIsAGenerator, "function is a generator") \
|
| V(kFunctionWithIllegalRedeclaration, "function with illegal redeclaration") \
|
|
|