Home | History | Annotate | Download | only in Scripts

Lines Matching refs:propertyHash

1158     my %propertyHash;
1159 $propertyHash{name} = $propertyName;
1160 $propertyHash{propertyChangeDelta} = $propertyChangeDelta;
1161 $propertyHash{value} = $propertyValue;
1162 return (\%propertyHash, $_);