AK+Userland: Remove NOESCAPE

See the next commit for an explanation
This commit is contained in:
Matthew Olsson
2024-05-17 17:09:20 -07:00
committed by Andrew Kaster
parent d2b3007248
commit a5f4c9a632
16 changed files with 24 additions and 26 deletions

View File

@@ -168,7 +168,7 @@ public:
// 14.7.5 The for-in, for-of, and for-await-of Statements
Optional<Completion> enumerate_object_properties(NOESCAPE Function<Optional<Completion>(Value)>) const;
Optional<Completion> enumerate_object_properties(Function<Optional<Completion>(Value)>) const;
// Implementation-specific storage abstractions