You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -45,10 +43,6 @@ <h2 id="es6-proto">Object.setPrototypeOf and Object.prototype.__proto__</h2>
45
43
<code>__proto__</code> property for a while. Duktape does not support the
46
44
<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>
47
45
48
-
<p>These custom features can be disabled by disabling the config options
49
-
<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>
46
+
<li><ahref="http://www.ecma-international.org/ecma-262/5.1/">ECMAScript® Language Specification 5.1 Edition</a></li>
48
47
</ul>
49
48
50
-
<p>Duktape borrows
51
-
<ahref="#es6features">a few features</a> from Ecmascript E6:</p>
49
+
<p>Some features from Ecmascript 2015 (E6) and Ecmascript 2016 (E7) are implemented:</p>
0 commit comments