Per https://github.com/tc39/ecma262
See also:
- String prototype:
trimStart()
,trimEnd()
(andtrimLeft()
,trimRight()
aliases) 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 - Promise:
try()
ref - String prototype:
replaceAll()
ref - String prototype:
codePoints()
ref - Math:
signbit()
ref
See also:
String.prototype.at()
ref
See also:
- Number:
compare()
- Array prototype:
pushAll()
- Reflection:
Object.getPropertyDescriptor(o)
,Object.getPropertyNames(o)
- Math:
denormz()
,fdenormz()
- 64-bit Math:
imulh()
,umulh()
,iaddh()
,isubh()
ref