mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-28 20:29:03 +00:00
LibJS: Always inline Cell::vm() and Cell::heap()
This commit is contained in:
parent
dc8817638e
commit
1fb50d823d
Notes:
sideshowbarker
2024-07-18 21:11:13 +09:00
Author: https://github.com/awesomekling
Commit: 1fb50d823d
3 changed files with 11 additions and 10 deletions
|
@ -27,6 +27,7 @@
|
|||
#include <LibJS/Heap/Handle.h>
|
||||
#include <LibJS/Heap/Heap.h>
|
||||
#include <LibJS/Runtime/Cell.h>
|
||||
#include <LibJS/Runtime/VM.h>
|
||||
|
||||
namespace JS {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue