Searched defs:StringsKey (Results 1 – 1 of 1) sorted by relevance
14816 class StringsKey : public HashTableKey { class14818 explicit StringsKey(Handle<FixedArray> strings) : strings_(strings) { } in StringsKey() function in v8::internal::StringsKey