Bug 158039 - GetByIdStatus should not bail on op_try_get_by_id and op_get_by_id_proto_load
Summary: GetByIdStatus should not bail on op_try_get_by_id and op_get_by_id_proto_load
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-24 13:48 PDT by Keith Miller
Modified: 2020-01-24 09:18 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-05-24 13:48:01 PDT
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.