mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 10:07:15 +02:00
LibJS: Enable EXPLICIT_SYMBOL_EXPORT and annotate minimum symbol set
This commit is contained in:
Notes:
github-actions[bot]
2025-07-22 15:52:50 +00:00
Author: https://github.com/ayeteadoe Commit: https://github.com/LadybirdBrowser/ladybird/commit/2e2484257d4 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5525 Reviewed-by: https://github.com/trflynn89 ✅
@@ -15,6 +15,7 @@
|
||||
#include <LibJS/Bytecode/IdentifierTable.h>
|
||||
#include <LibJS/Bytecode/Label.h>
|
||||
#include <LibJS/Bytecode/StringTable.h>
|
||||
#include <LibJS/Export.h>
|
||||
#include <LibJS/Forward.h>
|
||||
#include <LibJS/Heap/Cell.h>
|
||||
#include <LibJS/LocalVariable.h>
|
||||
@@ -47,7 +48,7 @@ struct SourceRecord {
|
||||
u32 source_end_offset {};
|
||||
};
|
||||
|
||||
class Executable final : public Cell {
|
||||
class JS_API Executable final : public Cell {
|
||||
GC_CELL(Executable, Cell);
|
||||
GC_DECLARE_ALLOCATOR(Executable);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user