mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-27 06:48:49 +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:
parent
d0646236ca
commit
520aa04092
Notes:
github-actions[bot]
2024-11-13 10:09:54 +00:00
Author: https://github.com/shannonbooth
Commit: 520aa04092
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2284
3 changed files with 58 additions and 47 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue