| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index fa399000b49f95cdf7e0f3314fb3109b7e116d16..d642e1e7da88b4f57bf49f79b485031f771a1ef3 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -1166,6 +1166,7 @@ template <class C> inline bool Is(Object* obj);
|
| V(kModuleVariable, "Module variable") \
|
| V(kModuleUrl, "Module url") \
|
| V(kNativeFunctionLiteral, "Native function literal") \
|
| + V(kNeedSmiLiteral, "Need a Smi literal here") \
|
| V(kNoCasesLeft, "No cases left") \
|
| V(kNoEmptyArraysHereInEmitFastAsciiArrayJoin, \
|
| "No empty arrays here in EmitFastAsciiArrayJoin") \
|
|
|