[WSG] Chrome JavaScript features - not speed

2008-09-05 Thread Keryx Web
Concerning Chrome, I have some unanswered questions about V8. Exactly what JavaScript features does it support? (This is NOT a question about it's speed.) The release statememt simply says that it follows the EcmaScript 3.0 standard, but we all know that it is quirky in places and that

Re: [WSG] Chrome JavaScript features - not speed

2008-09-05 Thread Breton Slivka
Just playing around in the console.. On Fri, Sep 5, 2008 at 1:56 AM, Keryx Web [EMAIL PROTECTED] wrote: Concerning Chrome, I have some unanswered questions about V8. Exactly what JavaScript features does it support? (This is NOT a question about it's speed.) The release statememt simply

Re: [WSG] Chrome JavaScript features - not speed

2008-09-05 Thread Keryx Web
Breton Slivka skrev: - Array and string generics You can apply array functions to strings, if that's what you mean. And vice versa - Expression closures I don't know how you could have javascript without those. Pretty much every website would break. Event handlers would be impossible.