There was an attempt to fix this, in this WebKit bug: https://bugs.webkit.org/show_bug.cgi?id=32722
It's a JSC issue. I'm not clear what the current status is of the JSC parser. On Mon, Dec 6, 2010 at 06:08, Jeremy Orlow <[email protected]> wrote: > I'm pretty sure this was discussed and that EMCA5 does make it possible to > use continue as we do. At least that's the conclusion we had with delete. > My guess is that the JavaScriptCore (WebKit's main JavaScript engine) > parser needs to be changed. If so, you should probably file a bug at > webkit.org. > > J > > > On Mon, Dec 6, 2010 at 2:27 AM, Charles Pritchard <[email protected]> wrote: > >> I just noticed that the cursor "continue" method in IndexedDB runs afoul >> of the Safari js parser, with "continue" being a reserved word. >> >> Was there any discussion on this issue? Should there be? Should I not >> worry about it, and use cursor['continue'] instead of cursor.continue() ? >> >> -Charles >> >> > -- Patrick Mueller http://muellerware.org
