Bug 155329

Summary: [ES6] Instanceof isn't spec compliant when the RHS is a Proxy with a target that is a function
Product: WebKit Reporter: Saam Barati <saam>
Component: JavaScriptCoreAssignee: Saam Barati <saam>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, fpizlo, ggaren, gskachkov, keith_miller, mark.lam, msaboff, oliver, sukolsak, ysuzuki
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch mark.lam: review+

Saam Barati
Reported 2016-03-10 15:14:56 PST
({} instance (new Proxy(function(){}, {})) should not throw a type error.
Attachments
patch (11.76 KB, patch)
2016-03-10 16:11 PST, Saam Barati
mark.lam: review+
Saam Barati
Comment 1 2016-03-10 16:11:22 PST
Mark Lam
Comment 2 2016-03-10 16:19:27 PST
Comment on attachment 273644 [details] patch r=me
Saam Barati
Comment 3 2016-03-10 16:43:58 PST
Note You need to log in before you can comment on or make changes to this bug.