Lines Matching refs:index
10 #include "src/objects/internal-index.h"
38 // Returns true if a holder contains an element with the specified index
43 // the PropertyAttributes of the element at the given index are compared
44 // to the given |filter|. If they match/overlap, the given index is ignored.
48 virtual bool HasElement(JSObject holder, uint32_t index,
52 inline bool HasElement(JSObject holder, uint32_t index,
107 Handle<JSObject> object, uint32_t index) = 0;
116 uint32_t index,
152 // Check an Object's own elements for the index of an element (using SameValue
190 // ElementsAccessor, entries are mapped to an index using the KeyAt method on
194 size_t index) = 0;