Searched refs:SetFindEntry (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/js/ |
D | collection.js | 41 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);
|