gecko-dev/js/public/shadow
Jon Coppeard c9ac8f6feb Bug 1681297 - Refactor JS::shadow::Zone flags into a single enum and make it const r=jandem
Following on from the previous patch which moved the individual flags for the
zone kind into shadow::Zone, we can replace these by a single kind enum which
is set once when the zone is created.

Depends on D99782

Differential Revision: https://phabricator.services.mozilla.com/D99787
2020-12-16 11:06:23 +00:00
..
Function.h Bug 1663365 - Move |JSJitInfo| out of jsfriendapi.h to its own experimental header. r=jandem 2020-09-08 22:52:34 +00:00
Object.h Bug 1663365 - Move various Object-related functions to a new js/public/Object.h header. r=jandem 2020-09-08 22:55:38 +00:00
ObjectGroup.h
Realm.h Bug 1659885 - Define |JS::shadow::Realm| in public shadow API in its own minimal header. r=jonco 2020-08-20 19:23:08 +00:00
Shape.h Bug 1635185 - Part 4: Removed the unused slotSpan field from BaseShape r=jandem 2020-08-27 15:20:57 +00:00
String.h Bug 1663365 - Create a new js/public/String.h header seeded with the inline string functions previously found in jsfriendapi.h. (More functions ought be added/moved here, but these make a good start.) r=jandem,geckoview-reviewers,agi 2020-09-08 22:50:52 +00:00
Symbol.h Bug 1659885 - Define |JS::shadow::Symbol| in public shadow API in its own minimal header. r=jonco 2020-08-20 19:22:23 +00:00
Zone.h Bug 1681297 - Refactor JS::shadow::Zone flags into a single enum and make it const r=jandem 2020-12-16 11:06:23 +00:00