Home | History | Annotate | Download | only in src

Lines Matching refs:GetElement

1034         Handle<Object> value = Object::GetElement(obj, index);
1078 Handle<Object> value = Object::GetElement(obj, index);
4176 return object->GetPrototype()->GetElement(index);
4179 return object->GetElement(index);
5148 return isolate->initial_object_prototype()->GetElement(index);
5325 { MaybeObject* maybe_element = codes->GetElement(i);
5347 { MaybeObject* maybe_element = codes->GetElement(i);
8466 argv[i] = Object::GetElement(arguments, offset + i);
9652 // Run through the elements FixedArray and use HasElement and GetElement
9663 // Call GetElement on receiver, not its prototype, or getters won't
9665 element_value = Object::GetElement(receiver, j);
9689 Handle<Object> element = Object::GetElement(receiver, index);