createShorthandPropertyAssignment

abstract fun createShorthandPropertyAssignment(    name: String,     objectAssignmentInitializer: Expression = definedExternally): ShorthandPropertyAssignment(source)
abstract fun createShorthandPropertyAssignment(    name: Identifier,     objectAssignmentInitializer: Expression = definedExternally): ShorthandPropertyAssignment(source)