mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-23 08:30:50 +00:00
LibJS: Export symbols causing linker errors in various consumers
After LibJS had its symbol exports optimized the targets js, test-js, test262-runner, test-wasm, and LibWeb began to get linker errors after the work to add Windows support for test-web and ladybird targets. These extra JS_API annotations fix all those linker errors.
This commit is contained in:
parent
9c67c4a270
commit
6dbb59da77
Notes:
github-actions[bot]
2025-08-23 22:06:25 +00:00
Author: https://github.com/ayeteadoe
Commit: 6dbb59da77
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5229
Reviewed-by: https://github.com/ADKaster ✅
13 changed files with 17 additions and 16 deletions
|
@ -89,7 +89,7 @@ private:
|
|||
};
|
||||
|
||||
// 16.2.1.4 Abstract Module Records, https://tc39.es/ecma262/#sec-abstract-module-records
|
||||
class Module : public Cell {
|
||||
class JS_API Module : public Cell {
|
||||
GC_CELL(Module, Cell);
|
||||
GC_DECLARE_ALLOCATOR(Module);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue