mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:57:35 +00:00
LibJS: Expose offset of may_interfere_with_indexed_property_access
This commit is contained in:
parent
ee4948b9e7
commit
eb937631bb
1 changed files with 2 additions and 0 deletions
|
@ -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 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue