Bug 153670 - JSValue::isConstructor should be smarter
Summary: JSValue::isConstructor should be smarter
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Keith Miller
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-29 13:54 PST by Keith Miller
Modified: 2016-02-22 12:58 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Keith Miller 2016-01-29 13:54:44 PST
We should not need to get the construct data to tell if a function is a constructor.
Comment 1 Saam Barati 2016-02-22 12:58:57 PST
We really do need to get the construct data now that we have Proxy's.
We could special case on the cell being a Proxy, but it seems
much cleaner to just rely on getConstructData