mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-09 09:34:57 +09:00
AK+LibJS: Remove OFFSET_OF and its users
With the LibJS JIT removed, let's not expose pointers to internal members.
This commit is contained in:
parent
4646a87eba
commit
d878975f95
Notes:
sideshowbarker
2024-07-17 11:30:54 +09:00
Author: https://github.com/trflynn89
Commit: d878975f95
Pull-request: https://github.com/SerenityOS/serenity/pull/23392
14 changed files with 0 additions and 53 deletions
|
@ -811,8 +811,6 @@ public:
|
|||
AK::swap(at(i), at(size() - i - 1));
|
||||
}
|
||||
|
||||
static FlatPtr outline_buffer_offset() { return OFFSET_OF(Vector, m_outline_buffer); }
|
||||
|
||||
private:
|
||||
void reset_capacity()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue