- Number:
compare()
- Array prototype:
pushAll()
,contains()
ref - Object iterators:
Object.values()
,Object.entries()
- Reflection:
Object.getPropertyDescriptor(o)
,Object.getPropertyNames(o)
- RegExp extras:
RegExp.escape()
ref - String extras:
String.prototype.at()
ref,String.prototype.lpad()
,String.prototype.rpad()
ref