Lines Matching refs:index
142 Isolate* isolate, Handle<Object> lookup_start_object, size_t index) {
146 index <
590 // Don't set enumeration index (it will be set during value store).
598 // Don't set enumeration index (it will be set during value store).
615 // Don't set enumeration index (it will be set during value store).
646 // Reload details containing proper enumeration index value.
697 // Reload details containing proper enumeration index value.
1236 bool HasInterceptor(Map map, size_t index) {
1238 if (index > JSObject::kMaxElementIndex) {
1436 int array_length, size_t index) {
1456 if (index >= static_cast<size_t>(array_length)) return {};
1457 if (index >= static_cast<size_t>(array_elements.length())) return {};
1459 Object result = array_elements.get(isolate, static_cast<int>(index));
1482 size_t index) {
1485 DCHECK_LE(index, JSObject::kMaxElementIndex);
1505 if (index >= static_cast<uint32_t>(elements_fixed_array.length())) {
1508 Object result = elements_fixed_array.get(isolate, static_cast<int>(index));
1531 wrapped_string, index);
1545 String string, size_t index) {
1558 if (index >= length) return kGaveUp;
1563 charcode = string.Get(static_cast<int>(index), PtrComprCageBase(isolate),