<?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>141664</bug_id>
          
          <creation_ts>2015-02-16 13:46:20 -0800</creation_ts>
          <short_desc>Web Inspector: ES6: Improved Support for Promises - Promise Reactions</short_desc>
          <delta_ts>2026-01-12 09:03:11 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Web Inspector</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Joseph Pecoraro">joepeck</reporter>
          <assigned_to name="Joseph Pecoraro">joepeck</assigned_to>
          <cc>graouts</cc>
    
    <cc>inspector-bugzilla-changes</cc>
    
    <cc>jonowells</cc>
    
    <cc>webkit-bug-importer</cc>
    
    <cc>ysuzuki</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1069559</commentid>
    <comment_count>0</comment_count>
    <who name="Joseph Pecoraro">joepeck</who>
    <bug_when>2015-02-16 13:46:20 -0800</bug_when>
    <thetext>* SUMMARY
ES6: Improved Console Support for Promises - Promise Reactions.

Internal Slots: (See JSPromise / JSPromiseReaction)

[[PromiseFulfillReactions]]
  - A List of PromiseReaction records to be processed when/if the promise transitions from the &quot;pending&quot; state to the &quot;fulfilled&quot; state.

￼[[PromiseRejectReactions]]
  - A List of PromiseReaction records to be processed when/if the promise transitions from the &quot;pending&quot; state to the &quot;rejected&quot; state.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1069560</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2015-02-16 13:46:43 -0800</bug_when>
    <thetext>&lt;rdar://problem/19851072&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1107378</commentid>
    <comment_count>2</comment_count>
    <who name="Yusuke Suzuki">ysuzuki</who>
    <bug_when>2015-07-06 23:00:12 -0700</bug_when>
    <thetext>ES6 Promise is updated and now written in JS.
Promise has private symbol fields; promiseFulfillReactions and promiseRejectReactions.

If the Promise status is pending, its value is JS array of reaction objects.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1259736</commentid>
    <comment_count>3</comment_count>
    <who name="Yusuke Suzuki">ysuzuki</who>
    <bug_when>2016-12-14 08:27:31 -0800</bug_when>
    <thetext>Recently, promise reactions are merged into one array.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>