mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-13 03:29:49 +00:00
LibGC: Enable EXPLICIT_SYMBOL_EXPORT
This commit is contained in:
parent
1d62bf7049
commit
83846b3861
Notes:
github-actions[bot]
2025-06-30 16:51:58 +00:00
Author: https://github.com/ayeteadoe
Commit: 83846b3861
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5215
Reviewed-by: https://github.com/ADKaster ✅
18 changed files with 22 additions and 24 deletions
|
@ -55,7 +55,7 @@ static constexpr u64 TAG_SHIFT = 48;
|
|||
static constexpr u64 TAG_EXTRACTION = 0xFFFF000000000000;
|
||||
static constexpr u64 SHIFTED_IS_CELL_PATTERN = IS_CELL_PATTERN << TAG_SHIFT;
|
||||
|
||||
class NanBoxedValue {
|
||||
class GC_API NanBoxedValue {
|
||||
public:
|
||||
bool is_cell() const { return (m_value.tag & IS_CELL_PATTERN) == IS_CELL_PATTERN; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue