Skip to content

Commit

Permalink
Some post-ES5 updates for 2.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
svaarala committed Mar 22, 2018
1 parent 10d16e7 commit e08efd7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions PostEs5Features.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,15 @@ Duktape status is also updated for new releases in
<td>@@isConcatSpreadable well-known symbol support in <code>Array.prototype.concat</code>.</td>
</tr>

<tr>
<td>
<a href="https://www.ecma-international.org/ecma-262/6.0/#sec-well-known-symbols">@@unscopables</a></td>
<td>ES2015</td>
<td>Full</td>
<td>2.3.0</td>
<td>@@unscopables well-known symbol support in <code>with</code> binding.</td>
</tr>

</table>

## Proxy handlers (traps)
Expand Down

0 comments on commit e08efd7

Please sign in to comment.