On Jan 1, 2012, at 5:54 AM, Axel Rauschmayer wrote:

> http://wiki.ecmascript.org/doku.php?id=strawman:object_model_reformation
> 
> Currently, there one can override the built-in operators via elementGet 
> (getting via []), elementSet (setting via []) and elementDelete (`delete` 
> operator). Wouldn’t it make sense to also provide elementIn (`in` operator)?

Probably.  It may depend upon how strongly you feel about obsoleting for-in in 
favor of for-of.

Allen


> 
> -- 
> Dr. Axel Rauschmayer
> a...@rauschma.de
> 
> home: rauschma.de
> twitter: twitter.com/rauschma
> blog: 2ality.com
> 
> 
> 
> _______________________________________________
> es-discuss mailing list
> es-discuss@mozilla.org
> https://mail.mozilla.org/listinfo/es-discuss
> 

_______________________________________________
es-discuss mailing list
es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to