1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-27 23:22:12 +00:00
serenity/Userland/Libraries/LibJS/Tests/builtins
Timothy Flynn 8fcdc57ae1 LibJS: Coerce named captures to an object before calling GetSubstitution
Per the spec, before invoking the GetSubstitution abstraction, the named
capture groups (if not undefined) should be coerced to an object via the
ToObject abstraction.
2021-07-06 15:07:26 +01:00
..
AggregateError
Array
ArrayBuffer
BigInt
Boolean
DataView
Date
Error
FinalizationRegistry
Function
functions
Infinity
JSON
Map
Math
NaN
Number
Object
Promise
Proxy
Reflect
RegExp
Set
String
Symbol
TypedArray
WeakMap
WeakRef
WeakSet