Bug 158039
| Summary: | GetByIdStatus should not bail on op_try_get_by_id and op_get_by_id_proto_load | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Keith Miller <keith_miller> |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | jfbastien |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Keith Miller
We don't handle try_get_by_id because we don't do any LLInt profiling, which we should do. We don't handle get_by_id_proto_load because it's not easy to get the ObjectPropertyConditions needed for the load.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |