Index: src/macros.py |
diff --git a/src/macros.py b/src/macros.py |
index d50231dcefc39ab266a049ea75140117ea34a761..f1a21305ba98534e21bd222be954bfb7cb7069fc 100644 |
--- a/src/macros.py |
+++ b/src/macros.py |
@@ -67,7 +67,8 @@ const msPerMonth = 2592000000; |
# For apinatives.js |
const kUninitialized = -1; |
-const kReadOnlyPrototypeBit = 3; # For FunctionTemplateInfo, matches objects.h |
+const kReadOnlyPrototypeBit = 3; |
+const kRemovePrototypeBit = 4; # For FunctionTemplateInfo, matches objects.h |
# Note: kDayZeroInJulianDay = ToJulianDay(1970, 0, 1). |
const kInvalidDate = 'Invalid Date'; |