|
@@ -159,6 +159,9 @@
|
|
<Compile Include="Parser\Token.cs" />
|
|
<Compile Include="Parser\Token.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Runtime\Arguments.cs" />
|
|
<Compile Include="Runtime\Arguments.cs" />
|
|
|
|
+ <Compile Include="Runtime\CallStack\JintCallStack.cs" />
|
|
|
|
+ <Compile Include="Runtime\CallStack\CallStackElementComparer.cs" />
|
|
|
|
+ <Compile Include="Runtime\CallStack\CallStackElement.cs" />
|
|
<Compile Include="Runtime\Completion.cs" />
|
|
<Compile Include="Runtime\Completion.cs" />
|
|
<Compile Include="Runtime\Descriptors\PropertyDescriptor.cs" />
|
|
<Compile Include="Runtime\Descriptors\PropertyDescriptor.cs" />
|
|
<Compile Include="Runtime\Descriptors\Specialized\FieldInfoDescriptor.cs" />
|
|
<Compile Include="Runtime\Descriptors\Specialized\FieldInfoDescriptor.cs" />
|