Re: Is `List` really a specification type?

2014-11-30 Thread Tom Van Cutsem
2014-11-27 17:12 GMT+01:00 Claude Pache claude.pa...@gmail.com: Lists are indeed specification-only types, and the result of the `[[OwnPropertyKeys]]` internal method call is never directly observed by the programmer: it is only used as an intermediate result within algorithms. A List is, I

Is `List` really a specification type?

2014-11-27 Thread Axel Rauschmayer
https://people.mozilla.org/~jorendorff/es6-draft.html#sec-proxy-object-internal-methods-and-internal-slots-ownpropertykeys https://people.mozilla.org/~jorendorff/es6-draft.html#sec-proxy-object-internal-methods-and-internal-slots-ownpropertykeys The method `[[OwnPropertyKeys]] ( )` of proxy

Re: Is `List` really a specification type?

2014-11-27 Thread Claude Pache
Le 27 nov. 2014 à 16:26, Axel Rauschmayer a...@rauschma.de a écrit : https://people.mozilla.org/~jorendorff/es6-draft.html#sec-proxy-object-internal-methods-and-internal-slots-ownpropertykeys