Home | History | Annotate | Download | only in src

Lines Matching full:getelement

4816     return Object::GetElement(isolate, PrototypeIterator::GetCurrent(iter),
4819 return Object::GetElement(isolate, object, index);
6096 Object::GetElement(isolate, initial_prototype, index));
9017 Object::GetElement(isolate, arguments, offset + i));
10392 // Run through the elements FixedArray and use HasElement and GetElement
10406 // Call GetElement on receiver, not its prototype, or getters won't
10410 Object::GetElement(isolate, receiver, j), false);
10421 // Run through the elements FixedArray and use HasElement and GetElement
10442 // Call GetElement on receiver, not its prototype, or getters won't
10447 Object::GetElement(isolate, receiver, j), false);
10469 Object::GetElement(isolate, receiver, index),
13672 Object::GetElement(isolate, shared_array, i).ToHandleChecked();
13952 isolate, locale_id, Object::GetElement(isolate, input, i));