| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 0d1a69cb9882985fa282c4e2f3dc4a5fa98c9523..2fdfd3459f1d43166bc8ad301bb82ed594193bc8 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -4235,6 +4235,11 @@ class Code: public HeapObject {
|
|
|
| static const ExtraICState kNoExtraICState = 0;
|
|
|
| + typedef enum {
|
| + ExtraICStateForeignCallbackNone = kNoExtraICState,
|
| + ExtraICStateForeignCallbackArrayLength
|
| + } ExtraICStateForeignCallback;
|
| +
|
| #ifdef ENABLE_DISASSEMBLER
|
| // Printing
|
| static const char* Kind2String(Kind kind);
|
|
|