[v8-dev] Re: Issue 2222 in v8: Drop the escaped reserved words as identifiers compatibility measure

2015-08-18 Thread codesite-noreply via v8-dev
Comment #14 on issue by ad...@chromium.org: Drop the escaped reserved words as identifiers compatibility measure https://code.google.com/p/v8/issues/detail?id= Firefox seems to have become overly-relaxed, as it now allows unicode escapes to result in keywords where they are

[v8-dev] Re: Issue 2222 in v8: Drop the escaped reserved words as identifiers compatibility measure

2015-06-22 Thread codesite-noreply via v8-dev
Comment #13 on issue by m...@bocoup.com: Drop the escaped reserved words as identifiers compatibility measure https://code.google.com/p/v8/issues/detail?id= This bug also leads to strange behavior for the case of the `this` keyword specifically: $ d8 -e var this;

[v8-dev] Re: Issue 2222 in v8: Drop the escaped reserved words as identifiers compatibility measure

2015-06-13 Thread codesite-noreply via v8-dev
Comment #12 on issue by math...@qiwi.be: Drop the escaped reserved words as identifiers compatibility measure https://code.google.com/p/v8/issues/detail?id= Issue 4185 has been merged into this issue. -- You received this message because this project is configured to send all

[v8-dev] Re: Issue 2222 in v8: Drop the escaped reserved words as identifiers compatibility measure

2015-06-10 Thread codesite-noreply via v8-dev
Comment #11 on issue by math...@qiwi.be: Drop the escaped reserved words as identifiers compatibility measure https://code.google.com/p/v8/issues/detail?id= Safari/JavaScriptCore just made this change. https://trac.webkit.org/changeset/185414 -- You received this message because

[v8-dev] Re: Issue 2222 in v8: Drop the escaped reserved words as identifiers compatibility measure

2015-03-10 Thread codesite-noreply via v8-dev
Comment #9 on issue by math...@qiwi.be: Drop the escaped reserved words as identifiers compatibility measure https://code.google.com/p/v8/issues/detail?id= FWIW, this is the only failing test on https://mathias.html5.org/tests/javascript/identifiers/. -- You received this

[v8-dev] Re: Issue 2222 in v8: Drop the escaped reserved words as identifiers compatibility measure

2014-08-14 Thread codesite-noreply via v8-dev
Updates: Cc: a...@chromium.org Comment #8 on issue by math...@qiwi.be: Drop the escaped reserved words as identifiers compatibility measure http://code.google.com/p/v8/issues/detail?id= (No comment was entered for this change.) -- You received this message because this

[v8-dev] Re: Issue 2222 in v8: Drop the escaped reserved words as identifiers compatibility measure

2014-05-12 Thread codesite-noreply via v8-dev
Comment #6 on issue by rossb...@chromium.org: Drop the escaped reserved words as identifiers compatibility measure http://code.google.com/p/v8/issues/detail?id= Since this is old behaviour, is it fair to assume that existing tools know how to work around it? -- You received this

[v8-dev] Re: Issue 2222 in v8: Drop the escaped reserved words as identifiers compatibility measure

2014-05-12 Thread codesite-noreply via v8-dev
Comment #7 on issue by erights: Drop the escaped reserved words as identifiers compatibility measure http://code.google.com/p/v8/issues/detail?id= The existing tools I know about, yes. -- You received this message because this project is configured to send all issue notifications

[v8-dev] Re: Issue 2222 in v8: Drop the escaped reserved words as identifiers compatibility measure

2014-05-11 Thread codesite-noreply via v8-dev
Comment #5 on issue by erights: Drop the escaped reserved words as identifiers compatibility measure http://code.google.com/p/v8/issues/detail?id= What is the status of this? It is security significant for systems that filter or translate code in order to enforce restrictions.

[v8-dev] Re: Issue 2222 in v8: Drop the “escaped reserved words as identifiers” compatibility measure

2013-09-18 Thread codesite-noreply
Updates: Summary: Drop the “escaped reserved words as identifiers” compatibility measure Status: Accepted Cc: mstarzin...@chromium.org Labels: -ES5 Priority-Low Harmony Comment #4 on issue by rossb...@chromium.org: Drop the “escaped reserved words as