mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 15:45:25 +00:00
Userland: Add ESCAPING annotations to a bunch of places
This isn't comprehensive; just a result of a simple grep search.
This commit is contained in:
committed by
Andrew Kaster
parent
e0d6afbabe
commit
a98ad191c7
@@ -155,7 +155,7 @@ TEST_CASE(threaded_promise_resolved_later)
|
||||
{
|
||||
Core::EventLoop loop;
|
||||
|
||||
bool unblock_thread = false;
|
||||
IGNORE_USE_IN_ESCAPING_LAMBDA bool unblock_thread = false;
|
||||
bool resolved = false;
|
||||
bool rejected = true;
|
||||
Optional<pthread_t> thread_id;
|
||||
|
||||
Reference in New Issue
Block a user