C# Class JSIL.Translator.Configuration.CodeGeneratorConfiguration

Mostra file Open project: sq/JSIL

Public Properties

Property Type Description
AggressivelyUseElementProxies bool?
AutoGenerateEventAccessorsInSkeletons bool?
CacheBaseMethodHandles bool?
CacheMethodSignatures bool?
CacheOneMethodSignaturePerMethod bool?
CacheTypeExpressions bool?
DecomposeAllMutationOperators bool?
DisableGenericSignaturesLocalCache bool?
EliminatePointlessFinallyBlocks bool?
EliminateRedundantControlFlow bool?
EliminateStructCopies bool?
EliminateTemporaries bool?
EmitAllParameterNames bool?
EmulateInt64 bool?
EnableThreadedTransforms bool?
EnableUnsafeCode bool?
FreezeImmutableObjects bool?
HintDoubleArithmetic bool?
HintIntegerArithmetic bool?
HoistAllocations bool?
IntroduceCharCasts bool?
IntroduceEnumCasts bool?
PreferAccessorMethods bool?
PreferLocalCacheForGenericInterfaceMethodSignatures bool?
PreferLocalCacheForGenericMethodSignatures bool?
SimplifyLoops bool?
SimplifyOperators bool?
StripUnusedLoopNames bool?

Public Methods

Method Description
MergeInto ( CodeGeneratorConfiguration result ) : void

Method Details

MergeInto() public method

public MergeInto ( CodeGeneratorConfiguration result ) : void
result CodeGeneratorConfiguration
return void

Property Details

AggressivelyUseElementProxies public_oe property

public bool? AggressivelyUseElementProxies
return bool?

AutoGenerateEventAccessorsInSkeletons public_oe property

public bool? AutoGenerateEventAccessorsInSkeletons
return bool?

CacheBaseMethodHandles public_oe property

public bool? CacheBaseMethodHandles
return bool?

CacheMethodSignatures public_oe property

public bool? CacheMethodSignatures
return bool?

CacheOneMethodSignaturePerMethod public_oe property

public bool? CacheOneMethodSignaturePerMethod
return bool?

CacheTypeExpressions public_oe property

public bool? CacheTypeExpressions
return bool?

DecomposeAllMutationOperators public_oe property

public bool? DecomposeAllMutationOperators
return bool?

DisableGenericSignaturesLocalCache public_oe property

public bool? DisableGenericSignaturesLocalCache
return bool?

EliminatePointlessFinallyBlocks public_oe property

public bool? EliminatePointlessFinallyBlocks
return bool?

EliminateRedundantControlFlow public_oe property

public bool? EliminateRedundantControlFlow
return bool?

EliminateStructCopies public_oe property

public bool? EliminateStructCopies
return bool?

EliminateTemporaries public_oe property

public bool? EliminateTemporaries
return bool?

EmitAllParameterNames public_oe property

public bool? EmitAllParameterNames
return bool?

EmulateInt64 public_oe property

public bool? EmulateInt64
return bool?

EnableThreadedTransforms public_oe property

public bool? EnableThreadedTransforms
return bool?

EnableUnsafeCode public_oe property

public bool? EnableUnsafeCode
return bool?

FreezeImmutableObjects public_oe property

public bool? FreezeImmutableObjects
return bool?

HintDoubleArithmetic public_oe property

public bool? HintDoubleArithmetic
return bool?

HintIntegerArithmetic public_oe property

public bool? HintIntegerArithmetic
return bool?

HoistAllocations public_oe property

public bool? HoistAllocations
return bool?

IntroduceCharCasts public_oe property

public bool? IntroduceCharCasts
return bool?

IntroduceEnumCasts public_oe property

public bool? IntroduceEnumCasts
return bool?

PreferAccessorMethods public_oe property

public bool? PreferAccessorMethods
return bool?

PreferLocalCacheForGenericInterfaceMethodSignatures public_oe property

public bool? PreferLocalCacheForGenericInterfaceMethodSignatures
return bool?

PreferLocalCacheForGenericMethodSignatures public_oe property

public bool? PreferLocalCacheForGenericMethodSignatures
return bool?

SimplifyLoops public_oe property

public bool? SimplifyLoops
return bool?

SimplifyOperators public_oe property

public bool? SimplifyOperators
return bool?

StripUnusedLoopNames public_oe property

public bool? StripUnusedLoopNames
return bool?