Lines Matching full:accessor
60 ElementsAccessor* accessor = ElementsAccessor::ForKind(kind);
61 PrintF(out, "%s", accessor->name());
2119 // accessor that wants to handle the property.
2144 // The proxy does not define the property as an accessor.
2672 // Check whether it is virtualized as an accessor.
2721 // The proxy does not define the property as an accessor.
3056 // Check for accessor in prototype chain removed here in clone.
4324 // Try to update an accessor in an elements dictionary. Return true if the
4657 // ES5 forbids turning a property into an accessor if it's not
4927 Object* accessor =
4930 if (accessor->IsMap()) {
4932 return static_cast<Map*>(accessor);
5552 ElementsAccessor* accessor = array->GetElementsAccessor();
5554 accessor->AddElementsToFixedArray(array, array, this);
5570 ElementsAccessor* accessor = ElementsAccessor::ForArray(other);
5572 accessor->AddElementsToFixedArray(NULL, NULL, this, other);
5954 Object* accessor = (component == ACCESSOR_GETTER) ? getter() : setter();
5955 return accessor->IsTheHole() ? GetHeap()->undefined_value() : accessor;
8490 ElementsAccessor* accessor = ElementsAccessor::ForKind(elements_kind);
8495 accessor->CopyElements(this, new_elements, to_kind);
8538 ElementsAccessor* accessor = ElementsAccessor::ForKind(elements_kind);
8539 accessor->CopyElements(this, elems, FAST_DOUBLE_ELEMENTS);
8921 ElementsAccessor* accessor = GetElementsAccessor();
8922 if (accessor->HasElement(receiver, this, index)) {
9284 // Index not already used. Look for an accessor in the prototype chain.