Re: New full Unicode for ES6 idea

2012-02-21 Thread Andrew Oakley
On 02/20/12 16:47, Brendan Eich wrote: > Andrew Oakley wrote: >> Issues only arise in code that tries to treat a string as an array of >> 16-bit integers, and I don't think we should be particularly bothered by >> performance of code which misuses strings in this fa

Re: New full Unicode for ES6 idea

2012-02-20 Thread Andrew Oakley
ode) cause some kind of exception on creation. -- Andrew Oakley ___ es-discuss mailing list es-discuss@mozilla.org https://mail.mozilla.org/listinfo/es-discuss

Re: Clean scope

2011-08-17 Thread Andrew Oakley
fied to detect this? You could use a "use ..." prologue to indicate to the linter that this is desired. Douglas Crockford's JSLint contains a full blown parser and could probably be modified to do this fairly easily. -- Andrew Oakley ___ es-discuss mailing list es-discuss@mozilla.org https://mail.mozilla.org/listinfo/es-discuss

Array.prototype.concat result length (ES5.1)

2011-07-14 Thread Andrew Oakley
they start putting properties at the beginning of the array again. I'm not sure what Chrome is doing (I can't find my values in the returned array), IE says "out of memory" and I got bored waiting for Safari. -- Andrew Oakley