Lines Matching refs:name
659 let constructor = value.constructor && value.constructor.name;
751 * type - The name of the type being represented e.g. "string", or
786 * targetName - For serializing object members, the name of
849 type: item.constructor.name,
850 name: item.name,
937 * name of the collection type, and a ``value`` field which is
940 * targetName - For object members, the property name on the
1010 // The item.value.type property is the name of the error constructor.
1011 // If we have a constructor with the same name in the current realm,
1020 result.name = item.value.name;