@ -75,6 +75,10 @@ ES6. The following traps are implemented:</p>
by the trap are enumerable. <code>Object.keys()</code> and <code>Object.getOwnPropertyNames()</code>
thus currently return the same value for a proxy object implementing the <code>ownKeys</code>
trap.</li>
<li>Proxy trap results are not validated, e.g. <code>ownKeys</code> trap result validation
steps described in <ahref="http://www.ecma-international.org/ecma-262/6.0/#sec-proxy-object-internal-methods-and-internal-slots-ownpropertykeys">[[OwnPropertyKeys]] ()</a>
for non-configurable target properties and/or non-extensible target object are not
yet implemented.</li>
<li>Proxy revocation feature of ES6 is not supported.</li>
<li>The target and handler objects given to <code>new Proxy()</code> cannot
be proxy objects themselves. ES6 poses no such limitation, but Duktape