Per https://github.com/tc39/ecma262
Array.prototype.includes()
ref
- Object iterators:
Object.values()
,Object.entries()
ref - String padding:
padStart()
,padEnd()
ref Object.getOwnPropertyDescriptors
ref
See also:
- String prototype:
trimStart()
,trimEnd()
ref (andtrimLeft()
,trimRight()
aliases)
- String.prototype:
matchAll()
ref
String.prototype.at()
ref
See also:
- Number:
compare()
- Array prototype:
pushAll()
- Reflection:
Object.getPropertyDescriptor(o)
,Object.getPropertyNames(o)