Home | History | Annotate | Download | only in JavaScriptCore

Lines Matching full:hash

472         * kjs/property_map.h: Add index field to hash table entry and index parameter to insert function.
667 * kjs/property_map.h: Remove the hash function.
669 Moved from linear probing to double hashing, using the hash modulo
672 * kjs/ustring.h: Use unsigned instead of int for hash function result.
797 There were a couple of problems with the identifier hash table that
804 (UString::Rep::computeHash): Use a better hash function that