mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
LibJS: Make Handle<T> more user-friendly
Allow *handle, !handle, handle.ptr(), assignment from compatible pointer types, etc. This is in preparation for using Handles in more generated code.
This commit is contained in:
parent
01828edd37
commit
63cc2650e3
Notes:
sideshowbarker
2024-07-17 07:32:48 +09:00
Author: https://github.com/awesomekling
Commit: 63cc2650e3
2 changed files with 66 additions and 6 deletions
|
@ -6,7 +6,6 @@
|
|||
|
||||
#include <LibJS/Heap/Cell.h>
|
||||
#include <LibJS/Heap/Handle.h>
|
||||
#include <LibJS/Heap/Heap.h>
|
||||
#include <LibJS/Runtime/VM.h>
|
||||
|
||||
namespace JS {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue