Skip to content

Commit

Permalink
Add slides for TA interop item
Browse files Browse the repository at this point in the history
  • Loading branch information
syg authored Nov 28, 2019
1 parent b4554e2 commit 55a15a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2019/12.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Supporting materials includes slides, a link to the proposal repository, a link
| | 5m | [Normative: Make super() throw after evaluating args](https://github.com/tc39/ecma262/pull/1775) | Bradley Farias |
| | 10m | [Normative: make async iterators next/return/throw not pass `undefined` when value is absent](https://github.com/tc39/ecma262/pull/1776) | Jordan Harband |
| | 25m | [Normative: Eliminate extra environment for eval in parameter initializers redux](https://github.com/tc39/ecma262/pull/1046) ([slides](https://docs.google.com/presentation/d/13QR4YDAVQX9xm1MoDlQp0nRXjrrKvSGm3I-QHqOgpyE/edit?usp=sharing)) | Shu-yu Guo |
| | 25m | [Normative: TypedArray on prototypes web reality (low priority)](https://bugs.chromium.org/p/v8/issues/detail?id=9982) | Shu-yu Guo |
| | 25m | [Normative: TypedArray on prototypes web reality (low priority)](https://bugs.chromium.org/p/v8/issues/detail?id=9982) ([slides](https://docs.google.com/presentation/d/1Cg7XDFmq2_Aa7h1ZNdgrmT_UCIm0w02P9Z7Krht46Kw/edit?usp=sharing)) | Shu-yu Guo |
| | 15m | [Normative: make EnumerableOwnPropertyNames ordered](https://github.com/tc39/ecma262/pull/1793) | Kevin Gibbons |

1. Overflow from previous meeting
Expand Down

3 comments on commit 55a15a7

@anba
Copy link

@anba anba commented on 55a15a7 Dec 3, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI: The slides' content don't reflect the current SpiderMonkey behaviour. It looks like it was tested before https://bugzilla.mozilla.org/show_bug.cgi?id=1129202 landed.

@mathiasbynens
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

*whispers* use jsvu to always test the latest available versions of JS engine binaries

@anba
Copy link

@anba anba commented on 55a15a7 Dec 3, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

*whispers back* latest versions for SM aren't yet available (GoogleChromeLabs/jsvu#77). :-)

Please sign in to comment.