<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>146507</bug_id>
          
          <creation_ts>2015-07-01 03:33:22 -0700</creation_ts>
          <short_desc>[ES6] Implement ES6 arrow function syntax. toString should return body of arrow function</short_desc>
          <delta_ts>2015-09-18 17:46:59 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>JavaScriptCore</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          <dependson>144956</dependson>
          <blocked>140855</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="GSkachkov">gskachkov</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>joepeck</cc>
    
    <cc>saam</cc>
    
    <cc>ysuzuki</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1106036</commentid>
    <comment_count>0</comment_count>
    <who name="GSkachkov">gskachkov</who>
    <bug_when>2015-07-01 03:33:22 -0700</bug_when>
    <thetext>toString can be tested by following statements:
var af = x =&gt; x + 1;
af.toString() === &apos;x =&gt; x + 1&apos;;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1118886</commentid>
    <comment_count>1</comment_count>
    <who name="GSkachkov">gskachkov</who>
    <bug_when>2015-08-19 01:25:43 -0700</bug_when>
    <thetext>In current version:
var af = x =&gt; x + 1;
af.toString();// returns &apos;x =&gt; x + 1;&apos; should return without ; - &apos;x =&gt; x + 1&apos;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1127233</commentid>
    <comment_count>2</comment_count>
    <who name="Yusuke Suzuki">ysuzuki</who>
    <bug_when>2015-09-18 14:25:33 -0700</bug_when>
    <thetext>I think https://bugs.webkit.org/show_bug.cgi?id=148148 and https://bugs.webkit.org/show_bug.cgi?id=148445 already fixed this issue, right?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1127304</commentid>
    <comment_count>3</comment_count>
    <who name="GSkachkov">gskachkov</who>
    <bug_when>2015-09-18 16:58:06 -0700</bug_when>
    <thetext>(In reply to comment #2)
&gt; I think https://bugs.webkit.org/show_bug.cgi?id=148148 and
&gt; https://bugs.webkit.org/show_bug.cgi?id=148445 already fixed this issue,
&gt; right?

Yes, that is correct. But I don&apos;t have permission to close this issue.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>