Lines Matching defs:descriptor
110 #include "src/objects/property-descriptor-object-inl.h"
111 #include "src/objects/property-descriptor.h"
2987 // Check if a descriptor with this name already exists before writing.
3431 // and it doesn't have access to the descriptor anymore.
3918 // Create a new descriptor array with only enumerable, configurable, writeable
4439 void DescriptorArray::Replace(InternalIndex index, Descriptor* descriptor) {
4440 descriptor->SetSortedKeyIndex(GetSortedKeyIndex(index.as_int()));
4441 Set(index, descriptor);
4466 // Reset sorting since the descriptor array might contain invalid pointers.
5306 // the first in the descriptor array.