Home
last modified time | relevance | path

Searched refs:SetFindEntry (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/js/
Dcollection.js41 function SetFindEntry(table, numBuckets, key, hash) { class
58 %SetForceInlineFlag(SetFindEntry);
161 if (SetFindEntry(table, numBuckets, key, hash) !== NOT_FOUND) return this;
195 return SetFindEntry(table, numBuckets, key, hash) !== NOT_FOUND;
208 var entry = SetFindEntry(table, numBuckets, key, hash);