Jurassic.Compiler.NameExpression.DuplicateReference C# (CSharp) Method

DuplicateReference() public method

Outputs the values needed to get or set this reference.
public DuplicateReference ( ILGenerator generator, OptimizationInfo optimizationInfo ) : void
generator ILGenerator The generator to output the CIL to.
optimizationInfo OptimizationInfo Information about any optimizations that should be performed.
return void
        public void DuplicateReference(ILGenerator generator, OptimizationInfo optimizationInfo)
        {
            // Do nothing.
        }