Lines Matching refs:index

241   inline void Set(int index, uint16_t value);
246 V8_INLINE uint16_t Get(int index) const;
247 V8_INLINE uint16_t Get(int index, Isolate* isolate) const;
248 V8_INLINE uint16_t Get(int index, LocalIsolate* local_isolate) const;
253 Get(int index, PtrComprCageBase cage_base,
319 // Perform string match of pattern on subject, starting at start index.
421 // "array index": an index allowed by the ES spec for JSArrays.
422 inline bool AsArrayIndex(uint32_t* index);
426 // array index range. This only supports positive numbers less than
430 // calculate the array index.
436 // "integer index": the string is the decimal representation of an
438 inline bool AsIntegerIndex(size_t* index);
607 GetImpl(int index, PtrComprCageBase cage_base,
648 V8_EXPORT_PRIVATE bool SlowAsArrayIndex(uint32_t* index);
649 V8_EXPORT_PRIVATE bool SlowAsIntegerIndex(size_t* index);
720 inline uint8_t Get(int index) const;
721 inline uint8_t Get(int index, PtrComprCageBase cage_base,
723 inline void SeqOneByteStringSet(int index, uint16_t value);
724 inline void SeqOneByteStringSetChars(int index, const uint8_t* string,
769 int index, PtrComprCageBase cage_base,
771 inline void SeqTwoByteStringSet(int index, uint16_t value);
828 Get(int index, PtrComprCageBase cage_base,
853 Get(int index, PtrComprCageBase cage_base,
879 Get(int index, PtrComprCageBase cage_base,
966 inline uint8_t Get(int index, PtrComprCageBase cage_base,
1010 int index, PtrComprCageBase cage_base,
1035 inline base::uc32 Get(int index) const;
1037 inline Char Get(int index) const;