mirror of
https://github.com/RGBCube/serenity
synced 2025-10-18 03:42:07 +00:00
![]() We were mistakenly trying to append UTF-16 code units to a StringBuilder via the append(char) API. This patch fixes that by accumulating the result in a Vector<u16> instead. This'll be a bit worse for performance, since we're now doing additional UTF-16 string conversions, but we're going for correctness at this stage and can worry about performance later. |
||
---|---|---|
.. | ||
AggregateError | ||
Array | ||
ArrayBuffer | ||
Atomics | ||
BigInt | ||
Boolean | ||
DataView | ||
Date | ||
Error | ||
FinalizationRegistry | ||
Function | ||
functions | ||
Infinity | ||
Intl | ||
JSON | ||
Map | ||
Math | ||
NaN | ||
Number | ||
Object | ||
Promise | ||
Proxy | ||
Reflect | ||
RegExp | ||
Set | ||
ShadowRealm | ||
String | ||
Symbol | ||
Temporal | ||
TypedArray | ||
WeakMap | ||
WeakRef | ||
WeakSet |