mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-28 13:18:19 +00:00
LibJS+AK: Move cross-platform stack bounds code from JS::Heap to AK::StackInfo
This will be useful for other things than the Heap, maybe even outside of LibJS.
This commit is contained in:
parent
2d96a07b26
commit
9c3ead8f91
Notes:
sideshowbarker
2024-07-19 01:30:41 +09:00
Author: https://github.com/linusg
Commit: 9c3ead8f91
Pull-request: https://github.com/SerenityOS/serenity/pull/3995
Reviewed-by: https://github.com/awesomekling
5 changed files with 136 additions and 40 deletions
|
@ -39,6 +39,7 @@ class JsonObject;
|
|||
class JsonValue;
|
||||
class LogStream;
|
||||
class SharedBuffer;
|
||||
class StackInfo;
|
||||
class String;
|
||||
class StringBuilder;
|
||||
class StringImpl;
|
||||
|
@ -160,6 +161,7 @@ using AK::RefPtr;
|
|||
using AK::SharedBuffer;
|
||||
using AK::SinglyLinkedList;
|
||||
using AK::Span;
|
||||
using AK::StackInfo;
|
||||
using AK::String;
|
||||
using AK::StringBuilder;
|
||||
using AK::StringImpl;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue