X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/81345200c95645a1b0d2635520f96ad55dfde63f..ed1e77d3adeb83d26fd1dfb16dd84cabdcefd250:/bytecode/PolymorphicGetByIdList.h diff --git a/bytecode/PolymorphicGetByIdList.h b/bytecode/PolymorphicGetByIdList.h index 265b0ad..4867d43 100644 --- a/bytecode/PolymorphicGetByIdList.h +++ b/bytecode/PolymorphicGetByIdList.h @@ -47,7 +47,8 @@ public: SimpleStub, // This is a stub. WatchedStub, Getter, - CustomGetter + CustomGetter, + SimpleMiss, }; GetByIdAccess()