h1
Node.js ES2015 Support
h3
Array.prototype methods
h3
RegExp.prototype properties
h3
String.prototype methods
h3
function "name" property
h3
proper tail calls (tail call optimisation)
h3
Unicode code point escapes
h3
destructuring, parameters
h3
destructuring, assignment
h3
destructuring, declarations
h3
RegExp "y" and "u" flags
h3
octal and binary literals
h3
object literal extensions
h3
spread syntax for iterable objects
h3
default function parameters
h3
Updated identifier syntax
h3
Object static methods accept primitives
h3
Proxy, internal 'ownKeys' calls
h3
Proxy, internal 'getOwnPropertyDescriptor' calls
h3
Proxy, internal 'deleteProperty' calls
h3
Proxy, internal 'defineProperty' calls
h3
Proxy, internal 'set' calls
h3
Proxy, internal 'get' calls
h3
prototype of bound functions
h3
miscellaneous subclassables
h3
Promise is subclassable
h3
Function is subclassable
h3
RegExp is subclassable
h3
RegExp syntax extensions
h3
RegExp.prototype.compile
h3
String.prototype HTML methods
h3
Object.prototype.__proto__
h3
__proto__ in object literals
h3
non-strict function semantics