]> git.saurik.com Git - apple/javascriptcore.git/blobdiff - bytecode/PolymorphicGetByIdList.h
JavaScriptCore-7601.1.46.3.tar.gz
[apple/javascriptcore.git] / bytecode / PolymorphicGetByIdList.h
index 265b0ad24e83a7a54d18fd1644efd366c714d970..4867d43df55342f9b0eb8894e2fe589cc85bb182 100644 (file)
@@ -47,7 +47,8 @@ public:
         SimpleStub, // This is a stub.
         WatchedStub,
         Getter,
-        CustomGetter
+        CustomGetter,
+        SimpleMiss,
     };
     
     GetByIdAccess()