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+

Description Saam Barati 2016-03-10 15:14:56 PST
({} instance (new Proxy(function(){}, {}))
should not throw a type error.
Comment 1 Saam Barati 2016-03-10 16:11:22 PST
Created attachment 273644 [details]
patch
Comment 2 Mark Lam 2016-03-10 16:19:27 PST
Comment on attachment 273644 [details]
patch

r=me
Comment 3 Saam Barati 2016-03-10 16:43:58 PST
landed in:
http://trac.webkit.org/changeset/197970