Loader.parse ?

2014-07-05 Thread John Barton
In https://people.mozilla.org/~jorendorff/es6-draft.html#sec-instantiatesucceeded-instantiateresult-functions , 15.2.4.5.3 InstantiateSucceeded(instantiateResult) Functions The step number 4 reads: - If instantiateResult is undefined, then Let body be the result of parsing load.[[Source]],

Re: Trailing comma for function arguments and call parameters

2014-07-05 Thread Dmitry Soshnikov
On Fri, Jul 4, 2014 at 9:33 AM, Oliver Hunt oli...@apple.com wrote: On Jul 3, 2014, at 3:52 PM, Dmitry Soshnikov dmitry.soshni...@gmail.com wrote: Hi, Will it makes sense to standardize a trailing comma for function arguments, and call parameters? We have it for Array and Object

WeakMap not the weak needed for zombie views

2014-07-05 Thread Peter Michaux
Hi, I've been reading about WeakMap in the draft. To my surprise, it is not at all what I thought it would be or what I was hoping to use. At least that is my understanding. My use case is in MV* architectures. With current MV* frameworks, a model holds strong references to the views observing