[Webkit-unassigned] [Bug 198790] New: '\u' should throw an early SyntaxError exception, but instead evaluates to 'u'

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 12 08:37:25 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=198790

            Bug ID: 198790
           Summary: '\u' should throw an early SyntaxError exception, but
                    instead evaluates to 'u'
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mathias at qiwi.be

$ eshost -se '"\u"'
#### Chakra
SyntaxError: Expected hexadecimal digit

#### JavaScriptCore
u

#### SpiderMonkey
SyntaxError: malformed Unicode character escape sequence:

#### V8, V8 --harmony
SyntaxError: Invalid Unicode escape sequence

#### xs
SyntaxError: invalid escape sequence

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190612/111ac7b5/attachment.html>


More information about the webkit-unassigned mailing list