Erik Arvidsson (2014-06-25T19:36:25.000Z)
On Wed, Jun 25, 2014 at 3:20 PM, Allen Wirfs-Brock <allen at wirfs-brock.com>
wrote:

>
> I think "use strict" is a special care where we were trying to simulate
> what we would allow in a statement composed of reserved words and escapes
> are now allowed in keywords.
> http://people.mozilla.org/~jorendorff/es6-draft.html#sec-reserved-words
>

That says: "A code point in a ReservedWord cannot be expressed by a \
UnicodeEscapeSequence." which fits with what I remember too.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20140625/fc59ad6e/attachment.html>
domenic at domenicdenicola.com (2014-06-27T19:02:31.213Z)
On Wed, Jun 25, 2014 at 3:20 PM, Allen Wirfs-Brock <allen at wirfs-brock.com> wrote:

> http://people.mozilla.org/~jorendorff/es6-draft.html#sec-reserved-words

That says: "A code point in a ReservedWord cannot be expressed by a UnicodeEscapeSequence." which fits with what I remember too.