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
* Avoid calling iterator's return method again when it throws
* Fixed dynamic variable resolution when a parent lexical binding exists
* Support dereferencing in ExportTo(). Closesdop251#300
* Removed the mention of the es6 branch, updated the section about new features development.
* Destructuring assignments, rest and spread properties, default function parameters (dop251#303)
* Fixed argument variable reference resolution in stashless functions
* Fixed binding order for global function declarations when there are duplicate names. Fixesdop251#344.
* Make sure variables dynamically bound in parameter scope conflict with parameter bindings. See dop251#305.
* Fixed setting the stack pointer in enterFuncBody. Fixesdop251#309
* Support for assignment patterns in for-in and for-of loops. Support for spread elements in call arguments. Fixed various issues related to destructuring assignments. See dop251#305.
The following code (the original is the current harness/compareArray.js in tc39 which is a lot longer):
Throws "Value is not an object: undefined" at the line
C
is called (as commented). This does not happen ifA.B
is used directlymessage = ''
is justmessage
- remove the default valueThe text was updated successfully, but these errors were encountered: