Per https://github.com/tc39/ecma262
- Object iterators:
Object.values()
,Object.entries()
ref - String padding:
padStart()
,padEnd()
ref Object.getOwnPropertyDescriptors
ref
See also:
- String prototype:
trimStart()
,trimEnd()
(andtrimLeft()
,trimRight()
aliases) ref - Promise prototype:
finally()
ref
- String.prototype:
matchAll()
ref - Math extensions:
clamp()
,scale()
,radians()
,degrees()
,RAD_PER_DEG
,DEG_PER_RAD
ref - Set/Map/WeakSet/WeakMap
.of()
and.from()
ref
See also:
- Number:
compare()
- Array prototype:
pushAll()
- Reflection:
Object.getPropertyDescriptor(o)
,Object.getPropertyNames(o)
- Math:
denormz()
,fdenormz()