|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
<p>This section describes the small set of features Duktape borrows from the |
|
|
|
<a href="https://people.mozilla.org/~jorendorff/es6-draft.html">current ES6 draft</a> |
|
|
|
("Version: Rev 23, April 5, 2014 Draft"). These features are not fully compliant; |
|
|
|
("Version: Rev 24, April 27, 2014 Draft"). These features are not fully compliant; |
|
|
|
the intent is to minimize custom features and to align with the coming ES6 specification.</p> |
|
|
|
|
|
|
|
<h2 id="es6-proto">Object.setPrototypeOf and Object.prototype.__proto__</h2> |
|
|
@ -25,7 +25,7 @@ but is compatible with existing code base which has relied on a non-standard |
|
|
|
<p>The Ecmascript E6 <code>Proxy</code> object allows property virtualization |
|
|
|
and fine-grained access control for accessing an underlying plain object. |
|
|
|
Duktape implements a strict subset of the <code>Proxy</code> object from the |
|
|
|
ES6 draft (Rev 23). The following traps are implemented:</p> |
|
|
|
ES6 draft (Rev 24). The following traps are implemented:</p> |
|
|
|
|
|
|
|
<table> |
|
|
|
<thead> |
|
|
|