mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-20 06:59:47 +00:00
Some checks are pending
CI / macOS, arm64, Sanitizer, Clang (push) Waiting to run
CI / Linux, x86_64, Fuzzers, Clang (push) Waiting to run
CI / Linux, x86_64, Sanitizer, GNU (push) Waiting to run
CI / Linux, x86_64, Sanitizer, Clang (push) Waiting to run
Package the js repl as a binary artifact / Linux, arm64 (push) Waiting to run
Package the js repl as a binary artifact / macOS, arm64 (push) Waiting to run
Package the js repl as a binary artifact / Linux, x86_64 (push) Waiting to run
Run test262 and test-wasm / run_and_update_results (push) Waiting to run
Lint Code / lint (push) Waiting to run
Label PRs with merge conflicts / auto-labeler (push) Waiting to run
Push notes / build (push) Waiting to run
Not having this led to a sneaky bug where, given a Variant like so: Variant<double, GC::Root<T>> An incorrectly-written visit() branch for the Root would just cause it to be cast to a double and call that branch instead. With the cast made explicit, we get a compiler error, which is far more useful. Co-authored-by: Jelle Raaijmakers <jelle@ladybird.org> |
||
---|---|---|
.. | ||
BlockAllocator.cpp | ||
BlockAllocator.h | ||
Cell.cpp | ||
Cell.h | ||
CellAllocator.cpp | ||
CellAllocator.h | ||
CMakeLists.txt | ||
ConservativeVector.cpp | ||
ConservativeVector.h | ||
DeferGC.h | ||
ForeignCell.cpp | ||
ForeignCell.h | ||
Forward.h | ||
Function.h | ||
Heap+Swift.swift | ||
Heap.cpp | ||
Heap.h | ||
HeapBlock.cpp | ||
HeapBlock.h | ||
HeapRoot.h | ||
Internals.h | ||
NanBoxedValue.h | ||
Ptr.h | ||
Root.cpp | ||
Root.h | ||
RootHashMap.cpp | ||
RootHashMap.h | ||
RootVector.cpp | ||
RootVector.h | ||
WeakContainer.cpp | ||
WeakContainer.h |