[Webkit-unassigned] [Bug 188952] New: output of toString() of Generator is wrong
    bugzilla-daemon at webkit.org 
    bugzilla-daemon at webkit.org
       
    Sun Aug 26 00:30:00 PDT 2018
    
    
  
https://bugs.webkit.org/show_bug.cgi?id=188952
            Bug ID: 188952
           Summary: output of toString() of Generator is wrong
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sunlili at ict.ac.cn
Executing following code :
--------------------------------------
var f = function* () {}
print(f.toString());
--------------------------------------
Output of JavaScriptCore is :
function () {}
However, the output should be :
function* () {}
BT group
2018.08.26
-- 
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/20180826/9f0420a6/attachment-0001.html>
    
    
More information about the webkit-unassigned
mailing list