1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:48:11 +00:00
serenity/Tests/LibWeb/Text/expected/HTML
Andrew Kaster 267074cd81 LibWeb: Add {de}serialization steps for RegExpObjects
We skip serializing any of the internal state of the Regex<ECMA262>
object, because that state is all computable from the input pattern
and flags. If it turns out that this is really, really slow, we can add
some optimizations to serialize more of the regex parse result.
2023-09-12 22:14:39 +02:00
..
Navigation-object-properties.txt LibWeb: Don't assert when calling navigation properties 2023-08-26 07:35:50 +01:00
StructuredClone-object-primitives.txt LibWeb: Add {de}serialization steps for RegExpObjects 2023-09-12 22:14:39 +02:00
StructuredClone-primitives.txt Tests/LibWeb: Add primitives test for structuredClone() 2023-07-23 06:37:14 +02:00