ladybird/Libraries/LibJS/Tests/builtins
aplefull 4b989b8efd LibRegex: Add support for forward references to named capture groups
This commit implements support for forward references to named capture
groups. We now allow patterns like \k<name>(?<name>x) and
self-references like (?<name>\k<name>x).
2025-10-16 16:37:54 +02:00
..
AggregateError
Array LibJS: Skip prototype chain lookup in internal_set() for arrays 2025-05-23 14:51:32 +02:00
ArrayBuffer
AsyncDisposableStack
AsyncGenerator Everywhere: Fix typos - act III 2025-06-16 14:20:48 +01:00
Atomics
BigInt LibJS+LibCrypto: Use a bitwise approach for BigInt's as*IntN methods 2025-03-20 09:44:12 +01:00
Boolean
DataView
Date LibJS: Unit tests for non-standard date formats 2025-05-26 18:48:09 +02:00
DisposableStack
Error LibTest/Tests: Build and run test-js on windows 2025-06-05 22:00:55 -06:00
FinalizationRegistry
Function LibJS: Optimize Function.prototype.apply() 2025-06-03 17:16:01 +02:00
functions LibJS: Fix parseFloat(-0) returning -0 instead of +0 2025-03-02 11:30:34 -05:00
Infinity
Intl LibJS: Implement Intl.Locale.prototype.variants 2025-06-04 17:11:35 -04:00
Iterator LibJS: Ensure iterator parameter validation closes underlying iterator 2025-04-29 07:33:08 -04:00
JSON LibJS: Implement rawJSON and isRawJSON functions 2025-04-24 09:33:49 -04:00
Map LibJS: Implement Map.prototype.getOrInsert[Computed] 2025-10-03 08:58:40 +02:00
Math LibJS: Implement Math.sumPrecise 2025-03-03 21:46:22 +01:00
NaN
Number
Object LibJS: Fast-path own-property enumeration and reduce descriptor lookups 2025-09-21 15:06:32 +02:00
Promise
Proxy Revert "LibJS: Reduce number of proxy traps called during for..in… 2025-03-21 11:44:21 -05:00
Reflect
RegExp LibRegex: Add support for forward references to named capture groups 2025-10-16 16:37:54 +02:00
Set
ShadowRealm
SharedArrayBuffer
String LibJS: Implement 'less than' for a String over code units 2025-05-17 08:00:59 -04:00
SuppressedError
Symbol
Temporal LibJS: Handle relativeTo ZDTs that fall within second DST wallclock time 2025-09-28 11:33:43 -04:00
TypedArray LibJS: Fill all available space when TA.copyWithin shrinks the array 2025-10-03 09:03:40 +02:00
WeakMap LibJS: Implement WeakMap.prototype.getOrInsert[Computed] 2025-10-03 08:58:40 +02:00
WeakRef
WeakSet