Kenneth Myhra
d269ac611e
Tests/LibWeb: Prove we do not fail serialization of empty arrays
2024-03-02 17:04:09 -07:00
Kenneth Myhra
77b1469900
Tests/LibWeb: Prove we do not fail serialization of empty strings
2024-03-02 17:04:09 -07:00
Idan Horowitz
20734ac335
LibWeb: Support [de]serialization for {Map, Set, Object, Array} objects
2023-11-11 22:18:41 +01:00
Idan Horowitz
1d24e08934
LibWeb: Support [de]serialization for Error objects
2023-11-11 22:18:41 +01:00
Andrew Kaster
642802d339
LibWeb: Add {de}serialization steps for ArrayBuffers
2023-09-12 22:14:39 +02:00
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
Andrew Kaster
b3bd232a5e
LibWeb: Implement StructuredSerialize for BigIntObject and Symbol
2023-08-22 13:08:08 +02:00
Kenneth Myhra
66c0e78c7d
Tests/LibWeb: Add standard built-in objects test for structuredClone()
2023-07-29 17:24:39 +02:00