Lines Matching refs:propertyKey
1258 .defineProperty(target, propertyKey, attributes) -> bool
1259 .deleteProperty(target, propertyKey) -> bool
1261 .get(target, propertyKey, receiver?) -> var
1262 .getOwnPropertyDescriptor(target, propertyKey) -> desc
1264 .has(target, propertyKey) -> bool
1268 .set(target, propertyKey, V, receiver?) -> bool
1749 .defineMetadata(metadataKey, metadataValue, target, propertyKey?) -> void
1750 .getMetadata(metadataKey, target, propertyKey?) -> var
1751 .getOwnMetadata(metadataKey, target, propertyKey?) -> var
1752 .hasMetadata(metadataKey, target, propertyKey?) -> bool
1753 .hasOwnMetadata(metadataKey, target, propertyKey?) -> bool
1754 .deleteMetadata(metadataKey, target, propertyKey?) -> bool
1755 .getMetadataKeys(target, propertyKey?) -> array
1756 .getOwnMetadataKeys(target, propertyKey?) -> array