Home | History | Annotate | Download | only in include

Lines Matching refs:descriptor

3388   // for specifying attributes or an accessor descriptor.
3394 Local<Context> context, Local<Name> key, PropertyDescriptor& descriptor);
4257 * An instance of a Property Descriptor, see Ecma-262 6.2.4.
4259 * Properties in a descriptor are present or absent. If you do not set
5590 * \param desc The property descriptor which is used to define the
5965 GenericNamedPropertyDescriptorCallback descriptor,
5974 descriptor(descriptor),
5993 descriptor(0),
6000 GenericNamedPropertyDescriptorCallback descriptor,
6012 descriptor(descriptor),
6022 GenericNamedPropertyDescriptorCallback descriptor;
6035 IndexedPropertyDescriptorCallback descriptor,
6044 descriptor(descriptor),
6063 descriptor(0),
6070 IndexedPropertyDescriptorCallback descriptor,
6082 descriptor(descriptor),
6092 IndexedPropertyDescriptorCallback descriptor;