GNOME Bugzilla – Bug 722210
Remove our custom hashmap implementation
Last modified: 2014-01-14 23:55:29 UTC
gjs uses Spidermonkey 24, which implements Map from the ES6 specification, so we can use that instead.
Created attachment 266304 [details] [review] Remove our custom hashmap implementation
Review of attachment 266304 [details] [review]: OK.
Attachment 266304 [details] pushed as bfb0235 - Remove our custom hashmap implementation