summaryrefslogtreecommitdiffstats
path: root/src/macro-assembler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/macro-assembler.h')
-rw-r--r--src/macro-assembler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/macro-assembler.h b/src/macro-assembler.h
index e33148ce..81e5bf7a 100644
--- a/src/macro-assembler.h
+++ b/src/macro-assembler.h
@@ -61,6 +61,8 @@ enum AllocationFlags {
RESULT_CONTAINS_TOP = 1 << 1
};
+// Invalid depth in prototype chain.
+const int kInvalidProtoDepth = -1;
#if V8_TARGET_ARCH_IA32
#include "assembler.h"