1,295
edits
Line 41: | Line 41: | ||
= Platform = | = Platform = | ||
== JS == | |||
* ES5 | |||
** Landings | |||
*** {{bug|562448|<code>Function.prototype.apply</code> updated to accept any vaguely array-looking arguments}}, not just arrays or arguments alone | |||
*** Back to {{bug|531675|ignoring a second argument to <code>eval</code>}} | |||
*** Changes/refactoring of <code>parseInt</code> in {{bug|577536}}, but after further discussion the one semantic change has been reversed in {{bug|583925}} (now back to status quo, but refactorings remain) | |||
*** We now {{bug|582643|reject "0x" as valid numeric-literal syntax}} (an ancient bug) | |||
** Current work | |||
*** Making getter/setter syntax require an exact number of arguments (zero/one) in {{bug|536472}} | |||
*** Adding {{bug|514581|poison-pill properties}} for <code>Function.prototype.caller</code> and <code>Function.prototype.arguments</code> when the function in question is a strict-mode function; doing likewise for <code>arguments.caller</code> and <code>arguments.callee</code> in {{bug|514563}} shortly after | |||
= Windows 7 Test Status = | = Windows 7 Test Status = |
edits