mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 10:48:41 +00:00
LibJS: Move Handle's Value specialization to Value header
This is part of an effort to keep JS runtime specifics outside of the Heap implementation.
This commit is contained in:
committed by
Andreas Kling
parent
d0646236ca
commit
520aa04092
@@ -5,6 +5,7 @@
|
||||
*/
|
||||
|
||||
#include <LibJS/Bytecode/BasicBlock.h>
|
||||
#include <LibJS/Runtime/Value.h>
|
||||
#include <LibJS/Bytecode/Executable.h>
|
||||
#include <LibJS/Bytecode/Instruction.h>
|
||||
#include <LibJS/Bytecode/RegexTable.h>
|
||||
|
||||
Reference in New Issue
Block a user