Lines Matching refs:Handle
201 // float/double we always use the ones operating on the bit level, for Handle<>
214 struct OpEqualTo<Handle<HeapObject>> : public Handle<HeapObject>::equal_to {};
216 struct OpHash<Handle<HeapObject>> : public Handle<HeapObject>::hash {};
219 struct OpEqualTo<Handle<String>> : public Handle<String>::equal_to {};
221 struct OpHash<Handle<String>> : public Handle<String>::hash {};
224 struct OpEqualTo<Handle<ScopeInfo>> : public Handle<ScopeInfo>::equal_to {};
226 struct OpHash<Handle<ScopeInfo>> : public Handle<ScopeInfo>::hash {};