@ -45,10 +43,6 @@ but is compatible with existing code base which has relied on a non-standard
<code>__proto__</code> property for a while. Duktape does not support the
<ahref="http://www.ecma-international.org/ecma-262/6.0/index.html#sec-__proto__-property-names-in-object-initializers">__proto__ property name in an object initializer</a>.</p>
<p>These custom features can be disabled by disabling the config options
<code>DUK_USE_ES6_OBJECT_SETPROTOTYPEOF</code> and
<li><ahref="http://www.ecma-international.org/publications/files/ECMA-ST-ARCH/ECMA-262%205th%20edition%20December%202009.pdf">ECMAScript Language Specification 5th Edition</a></li>
<li><ahref="http://www.ecma-international.org/ecma-262/5.1/">ECMAScript® Language Specification 5.1 Edition</a></li>
</ul>
<p>Duktape borrows
<ahref="#es6features">a few features</a> from Ecmascript E6:</p>
<p>Some features from Ecmascript 2015 (E6) and Ecmascript 2016 (E7) are implemented:</p>