On May 9, 2010, at 10:50 AM, "Mark S. Miller" <[email protected]> wrote:
[...]

* Const Functions: <http://wiki.ecmascript.org/doku.php?id=strawman:const_functions >

The case with const function expressions is a bit unclear.

What happens when:

var f = const g(){
   function g(){};
};

Is f writable in this case but g isn't? Would executing f throw error due to redeclaration of g?

--
kangax
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to