Lines Matching refs:HasElement
4876 return isolate->heap()->ToBoolean(JSReceiver::HasElement(object, index));
5671 bool result = JSReceiver::HasElement(receiver, index);
10254 // Run through the elements FixedArray and use HasElement and GetElement
10264 } else if (JSReceiver::HasElement(receiver, j)) {
10276 // Run through the elements FixedArray and use HasElement and GetElement
10289 } else if (JSReceiver::HasElement(receiver, j)) {