LibJS: Always inline Cell::vm() and Cell::heap()

This commit is contained in:
Andreas Kling 2021-03-21 17:20:07 +01:00
commit 1fb50d823d
Notes: sideshowbarker 2024-07-18 21:11:13 +09:00
3 changed files with 11 additions and 10 deletions

View file

@ -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 {