1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 03:47:35 +00:00

LibJS: Expose offset of may_interfere_with_indexed_property_access

This commit is contained in:
iliadsh 2023-11-09 07:34:58 +00:00 committed by Andreas Kling
parent ee4948b9e7
commit eb937631bb

View file

@ -218,6 +218,8 @@ public:
void set_prototype(Object*);
static FlatPtr may_interfere_with_indexed_property_access_offset() { return OFFSET_OF(Object, m_may_interfere_with_indexed_property_access); }
protected:
enum class GlobalObjectTag { Tag };
enum class ConstructWithoutPrototypeTag { Tag };