File: Mono.Dynamic.Interpreter.dll.sources

package info (click to toggle)
mono-reference-assemblies 3.12.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 604,240 kB
  • ctags: 625,505
  • sloc: cs: 3,967,741; xml: 2,793,081; ansic: 418,042; java: 60,435; sh: 14,833; makefile: 11,576; sql: 7,956; perl: 1,467; cpp: 1,446; yacc: 1,203; python: 598; asm: 422; sed: 16; php: 1
file content (103 lines) | stat: -rw-r--r-- 6,175 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
../../build/common/Consts.cs
Assembly/AssemblyInfo.cs

../dlr/Runtime/Microsoft.Scripting/ArgumentTypeException.cs
../dlr/Runtime/Microsoft.Scripting/InvalidImplementationException.cs
../dlr/Runtime/Microsoft.Scripting/PlatformAdaptationLayer.cs
../dlr/Runtime/Microsoft.Scripting/Stubs.cs

../dlr/Runtime/Microsoft.Scripting/Runtime/NotNullAttribute.cs
../dlr/Runtime/Microsoft.Scripting/Runtime/ParamDictionaryAttribute.cs

../dlr/Runtime/Microsoft.Dynamic/DebugOptions.cs
../dlr/Runtime/Microsoft.Dynamic/MultiRuntimeAwareAttribute.cs
../dlr/Runtime/Microsoft.Dynamic/PerfTrack.cs

../dlr/Runtime/Microsoft.Dynamic/Actions/Dummy.cs

../dlr/Runtime/Microsoft.Dynamic/Ast/BinaryExpression.cs
../dlr/Runtime/Microsoft.Dynamic/Ast/ConstantExpression.cs
../dlr/Runtime/Microsoft.Dynamic/Ast/EmptyStatements.cs
../dlr/Runtime/Microsoft.Dynamic/Ast/LightLambdaExpression.cs
../dlr/Runtime/Microsoft.Dynamic/Ast/UnaryExpression.cs
../dlr/Runtime/Microsoft.Dynamic/Ast/Utils.cs

../dlr/Runtime/Microsoft.Dynamic/Generation/CompilerHelpers.cs
../dlr/Runtime/Microsoft.Dynamic/Generation/ConstantCheck.cs
../dlr/Runtime/Microsoft.Dynamic/Generation/DelegateHelpers.cs
../dlr/Runtime/Microsoft.Dynamic/Generation/DelegateHelpers.Generated.cs

../dlr/Runtime/Microsoft.Dynamic/Interpreter/BranchLabel.cs
../dlr/Runtime/Microsoft.Dynamic/Interpreter/ILightCallSiteBinder.cs
../dlr/Runtime/Microsoft.Dynamic/Interpreter/InterpretedFrame.cs
../dlr/Runtime/Microsoft.Dynamic/Interpreter/Interpreter.cs
../dlr/Runtime/Microsoft.Dynamic/Interpreter/LightCompiler.cs
../dlr/Runtime/Microsoft.Dynamic/Interpreter/LightDelegateCreator.cs
../dlr/Runtime/Microsoft.Dynamic/Interpreter/LightLambda.cs
../dlr/Runtime/Microsoft.Dynamic/Interpreter/LightLambda.Generated.cs
../dlr/Runtime/Microsoft.Dynamic/Interpreter/LightLambdaClosureVisitor.cs
../dlr/Runtime/Microsoft.Dynamic/Interpreter/LocalVariables.cs
../dlr/Runtime/Microsoft.Dynamic/Interpreter/LoopCompiler.cs
../dlr/Runtime/Microsoft.Dynamic/Interpreter/RuntimeVariables.cs

../dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/AddInstruction.cs
../dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/AndInstruction.cs
../dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/ArithmeticInstruction.cs
../dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/ArrayOperations.cs
../dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/CallInstruction.cs
../dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/ComparisonInstruction.cs
../dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/ConstantInstruction.cs
../dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/CallInstruction.Generated.cs
../dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/ControlFlowInstructions.cs
../dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/DivInstruction.cs
../dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/DynamicInstructionN.cs
../dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/DynamicInstructions.Generated.cs
../dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/DynamicSplatInstruction.cs
../dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/EqualInstruction.cs
../dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/FieldOperations.cs
../dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/GreaterThanInstruction.cs
../dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/GreaterThanOrEqualInstruction.cs
../dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/Instruction.cs
../dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/InstructionFactory.cs
../dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/InstructionList.cs
../dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/LabelInfo.cs
../dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/LessThanInstruction.cs
../dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/LessThanOrEqualInstruction.cs
../dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/LocalAccess.cs
../dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/ModInstruction.cs
../dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/MulInstruction.cs
../dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/NegateInstruction.cs
../dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/NotInstruction.cs
../dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/NotEqualInstruction.cs
../dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/NumericConvertInstruction.cs
../dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/OrInstruction.cs
../dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/StackOperations.cs
../dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/ShlInstruction.cs
../dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/ShrInstruction.cs
../dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/SubInstruction.cs
../dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/TypeOperations.cs
../dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/XorInstruction.cs

../dlr/Runtime/Microsoft.Dynamic/Math/Complex64.cs

../dlr/Runtime/Microsoft.Dynamic/Runtime/ArgumentArray.cs
../dlr/Runtime/Microsoft.Dynamic/Runtime/DynamicNull.cs
../dlr/Runtime/Microsoft.Dynamic/Runtime/ExceptionHelpers.cs
../dlr/Runtime/Microsoft.Dynamic/Runtime/ScriptingRuntimeHelpers.cs

../dlr/Runtime/Microsoft.Dynamic/Utils/ArrayUtils.cs
../dlr/Runtime/Microsoft.Dynamic/Utils/Assert.cs
../dlr/Runtime/Microsoft.Dynamic/Utils/CacheDict.cs
../dlr/Runtime/Microsoft.Dynamic/Utils/ContractUtils.cs
../dlr/Runtime/Microsoft.Dynamic/Utils/CollectionExtensions.cs
../dlr/Runtime/Microsoft.Dynamic/Utils/CollectionUtils.cs
../dlr/Runtime/Microsoft.Dynamic/Utils/DynamicUtils.cs
../dlr/Runtime/Microsoft.Dynamic/Utils/ExceptionUtils.cs
../dlr/Runtime/Microsoft.Dynamic/Utils/ExceptionFactory.Generated.cs
../dlr/Runtime/Microsoft.Dynamic/Utils/HybridReferenceDictionary.cs
../dlr/Runtime/Microsoft.Dynamic/Utils/ListEqualityComparer.cs
../dlr/Runtime/Microsoft.Dynamic/Utils/MathUtils.cs
../dlr/Runtime/Microsoft.Dynamic/Utils/ReferenceEqualityComparer.cs
../dlr/Runtime/Microsoft.Dynamic/Utils/ReflectionUtils.cs
../dlr/Runtime/Microsoft.Dynamic/Utils/StringUtils.cs
../dlr/Runtime/Microsoft.Dynamic/Utils/TypeUtils.cs