Bug 169744 - [JSC] We should be able to create HashMap/Set<Ref<>>
Summary: [JSC] We should be able to create HashMap/Set<Ref<>>
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: 2017-03-16 04:16 PDT by Caio Lima
Modified: 2017-03-16 04:17 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Caio Lima 2017-03-16 04:16:53 PDT
We shout be able to create HashMap/Set<Ref<>> and it also enable us to change IndentifierSet to HashMap<Ref<UniquedStringImpl>> since there is no empty values for these cases.