Example #1
0
 private void Init()
 {
     builder          = Microsoft.Scripting.Ast.Utils.Lambda(typeof(object), "name todo");
     builder.IsGlobal = true;
     withinFunction   = 0;
 }
Example #2
0
		private void Init ()
		{
			builder = Microsoft.Scripting.Ast.Utils.Lambda (typeof(object), "name todo");
			builder.IsGlobal = true;
			withinFunction = 0;
		}