mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 07:36:50 +00:00
AK+Userland: Remove NOESCAPE
See the next commit for an explanation
This commit is contained in:
committed by
Andrew Kaster
parent
d2b3007248
commit
a5f4c9a632
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user