<?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>242342</bug_id>
          
          <creation_ts>2022-07-05 09:38:48 -0700</creation_ts>
          <short_desc>Object.prototype.toString.call for a revoked Proxy has the wrong error message</short_desc>
          <delta_ts>2023-12-05 12:09:48 -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>JavaScriptCore</component>
          <version>Safari 15</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>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Jordan Harband">ljharb</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>saam</cc>
    
    <cc>webkit-bug-importer</cc>
    
    <cc>ysuzuki</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1880714</commentid>
    <comment_count>0</comment_count>
    <who name="Jordan Harband">ljharb</who>
    <bug_when>2022-07-05 09:38:48 -0700</bug_when>
    <thetext>`var r = Proxy.revocable({}, {}); r.revoke(); Object.prototype.toString.call(r.proxy)` produces an error with a message &quot;Array.isArray cannot be called on a Proxy that has been revoked&quot;, which should appear with `Array.isArray(r.proxy)` but should not appear with `Object.prototype.toString.call(r.proxy)`.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1882412</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2022-07-12 09:39:16 -0700</bug_when>
    <thetext>&lt;rdar://problem/96893485&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1892045</commentid>
    <comment_count>2</comment_count>
    <who name="">serakeri</who>
    <bug_when>2022-08-17 14:02:52 -0700</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/3424</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1895562</commentid>
    <comment_count>3</comment_count>
    <who name="">serakeri</who>
    <bug_when>2022-09-01 11:47:02 -0700</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/3923</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1896058</commentid>
    <comment_count>4</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2022-09-03 12:45:20 -0700</bug_when>
    <thetext>Committed 254134@main (78a9dd6fd369): &lt;https://commits.webkit.org/254134@main&gt;

Reviewed commits have been landed. Closing PR #3923 and removing active labels.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1934952</commentid>
    <comment_count>5</comment_count>
    <who name="Jordan Harband">ljharb</who>
    <bug_when>2023-02-18 21:41:41 -0800</bug_when>
    <thetext>Which version of Safari might this appear in? 16.2 still has the issue.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1965251</commentid>
    <comment_count>6</comment_count>
    <who name="Jordan Harband">ljharb</who>
    <bug_when>2023-07-05 20:45:57 -0700</bug_when>
    <thetext>Safari 16.3 also still has this issue.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1997175</commentid>
    <comment_count>7</comment_count>
    <who name="Jordan Harband">ljharb</who>
    <bug_when>2023-12-05 12:09:15 -0800</bug_when>
    <thetext>This continues to be a problem in Safari 17.1.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1997176</commentid>
    <comment_count>8</comment_count>
    <who name="Jordan Harband">ljharb</who>
    <bug_when>2023-12-05 12:09:48 -0800</bug_when>
    <thetext>oops, i misunderstood; this is indeed resolved in 17.1.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>