Bug 155667
Summary: | compileIsArrayConstructor should not always call to C++ | ||
---|---|---|---|
Product: | WebKit | Reporter: | Keith Miller <keith_miller> |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Normal | CC: | ashvayka, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Keith Miller
The code could just check that the object's ClassInfo == ArrayConstructor::info()
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Shvayka
compileIsArrayConstructor() was removed in https://trac.webkit.org/changeset/200149, @isArrayConstructor was removed in https://trac.webkit.org/changeset/247173.
Radar WebKit Bug Importer
<rdar://problem/61315012>