~ubuntu-branches/ubuntu/raring/qtwebkit-source/raring-proposed

« back to all changes in this revision

Viewing changes to Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2013-02-18 14:24:18 UTC
  • Revision ID: package-import@ubuntu.com-20130218142418-eon0jmjg3nj438uy
Tags: upstream-2.3
ImportĀ upstreamĀ versionĀ 2.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="Windows-1252"?>
 
2
<VisualStudioProject
 
3
        ProjectType="Visual C++"
 
4
        Version="8.00"
 
5
        Name="JavaScriptCore"
 
6
        ProjectGUID="{011D10F1-B656-4A1B-A0C3-3842F02122C5}"
 
7
        RootNamespace="JavaScriptCore"
 
8
        Keyword="Win32Proj"
 
9
        >
 
10
        <Platforms>
 
11
                <Platform
 
12
                        Name="Win32"
 
13
                />
 
14
        </Platforms>
 
15
        <ToolFiles>
 
16
        </ToolFiles>
 
17
        <Configurations>
 
18
                <Configuration
 
19
                        Name="Debug|Win32"
 
20
                        ConfigurationType="2"
 
21
                        InheritedPropertySheets=".\JavaScriptCoreDebug.vsprops"
 
22
                        CharacterSet="1"
 
23
                        >
 
24
                        <Tool
 
25
                                Name="VCPreBuildEventTool"
 
26
                        />
 
27
                        <Tool
 
28
                                Name="VCCustomBuildTool"
 
29
                        />
 
30
                        <Tool
 
31
                                Name="VCXMLDataGeneratorTool"
 
32
                        />
 
33
                        <Tool
 
34
                                Name="VCWebServiceProxyGeneratorTool"
 
35
                        />
 
36
                        <Tool
 
37
                                Name="VCMIDLTool"
 
38
                        />
 
39
                        <Tool
 
40
                                Name="VCCLCompilerTool"
 
41
                        />
 
42
                        <Tool
 
43
                                Name="VCManagedResourceCompilerTool"
 
44
                        />
 
45
                        <Tool
 
46
                                Name="VCResourceCompilerTool"
 
47
                        />
 
48
                        <Tool
 
49
                                Name="VCPreLinkEventTool"
 
50
                        />
 
51
                        <Tool
 
52
                                Name="VCLinkerTool"
 
53
                        />
 
54
                        <Tool
 
55
                                Name="VCALinkTool"
 
56
                        />
 
57
                        <Tool
 
58
                                Name="VCManifestTool"
 
59
                        />
 
60
                        <Tool
 
61
                                Name="VCXDCMakeTool"
 
62
                        />
 
63
                        <Tool
 
64
                                Name="VCBscMakeTool"
 
65
                        />
 
66
                        <Tool
 
67
                                Name="VCFxCopTool"
 
68
                        />
 
69
                        <Tool
 
70
                                Name="VCAppVerifierTool"
 
71
                        />
 
72
                        <Tool
 
73
                                Name="VCWebDeploymentTool"
 
74
                        />
 
75
                        <Tool
 
76
                                Name="VCPostBuildEventTool"
 
77
                        />
 
78
                </Configuration>
 
79
                <Configuration
 
80
                        Name="Release|Win32"
 
81
                        ConfigurationType="2"
 
82
                        InheritedPropertySheets=".\JavaScriptCoreRelease.vsprops"
 
83
                        CharacterSet="1"
 
84
                        >
 
85
                        <Tool
 
86
                                Name="VCPreBuildEventTool"
 
87
                        />
 
88
                        <Tool
 
89
                                Name="VCCustomBuildTool"
 
90
                        />
 
91
                        <Tool
 
92
                                Name="VCXMLDataGeneratorTool"
 
93
                        />
 
94
                        <Tool
 
95
                                Name="VCWebServiceProxyGeneratorTool"
 
96
                        />
 
97
                        <Tool
 
98
                                Name="VCMIDLTool"
 
99
                        />
 
100
                        <Tool
 
101
                                Name="VCCLCompilerTool"
 
102
                        />
 
103
                        <Tool
 
104
                                Name="VCManagedResourceCompilerTool"
 
105
                        />
 
106
                        <Tool
 
107
                                Name="VCResourceCompilerTool"
 
108
                        />
 
109
                        <Tool
 
110
                                Name="VCPreLinkEventTool"
 
111
                        />
 
112
                        <Tool
 
113
                                Name="VCLinkerTool"
 
114
                        />
 
115
                        <Tool
 
116
                                Name="VCALinkTool"
 
117
                        />
 
118
                        <Tool
 
119
                                Name="VCManifestTool"
 
120
                        />
 
121
                        <Tool
 
122
                                Name="VCXDCMakeTool"
 
123
                        />
 
124
                        <Tool
 
125
                                Name="VCBscMakeTool"
 
126
                        />
 
127
                        <Tool
 
128
                                Name="VCFxCopTool"
 
129
                        />
 
130
                        <Tool
 
131
                                Name="VCAppVerifierTool"
 
132
                        />
 
133
                        <Tool
 
134
                                Name="VCWebDeploymentTool"
 
135
                        />
 
136
                        <Tool
 
137
                                Name="VCPostBuildEventTool"
 
138
                        />
 
139
                </Configuration>
 
140
                <Configuration
 
141
                        Name="Release_PGO|Win32"
 
142
                        ConfigurationType="2"
 
143
                        InheritedPropertySheets=".\JavaScriptCoreReleasePGO.vsprops"
 
144
                        CharacterSet="1"
 
145
                        WholeProgramOptimization="2"
 
146
                        >
 
147
                        <Tool
 
148
                                Name="VCPreBuildEventTool"
 
149
                        />
 
150
                        <Tool
 
151
                                Name="VCCustomBuildTool"
 
152
                        />
 
153
                        <Tool
 
154
                                Name="VCXMLDataGeneratorTool"
 
155
                        />
 
156
                        <Tool
 
157
                                Name="VCWebServiceProxyGeneratorTool"
 
158
                        />
 
159
                        <Tool
 
160
                                Name="VCMIDLTool"
 
161
                        />
 
162
                        <Tool
 
163
                                Name="VCCLCompilerTool"
 
164
                        />
 
165
                        <Tool
 
166
                                Name="VCManagedResourceCompilerTool"
 
167
                        />
 
168
                        <Tool
 
169
                                Name="VCResourceCompilerTool"
 
170
                        />
 
171
                        <Tool
 
172
                                Name="VCPreLinkEventTool"
 
173
                        />
 
174
                        <Tool
 
175
                                Name="VCLinkerTool"
 
176
                        />
 
177
                        <Tool
 
178
                                Name="VCALinkTool"
 
179
                        />
 
180
                        <Tool
 
181
                                Name="VCManifestTool"
 
182
                        />
 
183
                        <Tool
 
184
                                Name="VCXDCMakeTool"
 
185
                        />
 
186
                        <Tool
 
187
                                Name="VCBscMakeTool"
 
188
                        />
 
189
                        <Tool
 
190
                                Name="VCFxCopTool"
 
191
                        />
 
192
                        <Tool
 
193
                                Name="VCAppVerifierTool"
 
194
                        />
 
195
                        <Tool
 
196
                                Name="VCWebDeploymentTool"
 
197
                        />
 
198
                        <Tool
 
199
                                Name="VCPostBuildEventTool"
 
200
                        />
 
201
                </Configuration>
 
202
                <Configuration
 
203
                        Name="Debug_Cairo_CFLite|Win32"
 
204
                        ConfigurationType="2"
 
205
                        InheritedPropertySheets=".\JavaScriptCoreDebugCairoCFLite.vsprops"
 
206
                        CharacterSet="1"
 
207
                        >
 
208
                        <Tool
 
209
                                Name="VCPreBuildEventTool"
 
210
                        />
 
211
                        <Tool
 
212
                                Name="VCCustomBuildTool"
 
213
                        />
 
214
                        <Tool
 
215
                                Name="VCXMLDataGeneratorTool"
 
216
                        />
 
217
                        <Tool
 
218
                                Name="VCWebServiceProxyGeneratorTool"
 
219
                        />
 
220
                        <Tool
 
221
                                Name="VCMIDLTool"
 
222
                        />
 
223
                        <Tool
 
224
                                Name="VCCLCompilerTool"
 
225
                        />
 
226
                        <Tool
 
227
                                Name="VCManagedResourceCompilerTool"
 
228
                        />
 
229
                        <Tool
 
230
                                Name="VCResourceCompilerTool"
 
231
                        />
 
232
                        <Tool
 
233
                                Name="VCPreLinkEventTool"
 
234
                        />
 
235
                        <Tool
 
236
                                Name="VCLinkerTool"
 
237
                        />
 
238
                        <Tool
 
239
                                Name="VCALinkTool"
 
240
                        />
 
241
                        <Tool
 
242
                                Name="VCManifestTool"
 
243
                        />
 
244
                        <Tool
 
245
                                Name="VCXDCMakeTool"
 
246
                        />
 
247
                        <Tool
 
248
                                Name="VCBscMakeTool"
 
249
                        />
 
250
                        <Tool
 
251
                                Name="VCFxCopTool"
 
252
                        />
 
253
                        <Tool
 
254
                                Name="VCAppVerifierTool"
 
255
                        />
 
256
                        <Tool
 
257
                                Name="VCWebDeploymentTool"
 
258
                        />
 
259
                        <Tool
 
260
                                Name="VCPostBuildEventTool"
 
261
                        />
 
262
                </Configuration>
 
263
                <Configuration
 
264
                        Name="Release_Cairo_CFLite|Win32"
 
265
                        ConfigurationType="2"
 
266
                        InheritedPropertySheets=".\JavaScriptCoreReleaseCairoCFLite.vsprops"
 
267
                        CharacterSet="1"
 
268
                        >
 
269
                        <Tool
 
270
                                Name="VCPreBuildEventTool"
 
271
                        />
 
272
                        <Tool
 
273
                                Name="VCCustomBuildTool"
 
274
                        />
 
275
                        <Tool
 
276
                                Name="VCXMLDataGeneratorTool"
 
277
                        />
 
278
                        <Tool
 
279
                                Name="VCWebServiceProxyGeneratorTool"
 
280
                        />
 
281
                        <Tool
 
282
                                Name="VCMIDLTool"
 
283
                        />
 
284
                        <Tool
 
285
                                Name="VCCLCompilerTool"
 
286
                        />
 
287
                        <Tool
 
288
                                Name="VCManagedResourceCompilerTool"
 
289
                        />
 
290
                        <Tool
 
291
                                Name="VCResourceCompilerTool"
 
292
                        />
 
293
                        <Tool
 
294
                                Name="VCPreLinkEventTool"
 
295
                        />
 
296
                        <Tool
 
297
                                Name="VCLinkerTool"
 
298
                        />
 
299
                        <Tool
 
300
                                Name="VCALinkTool"
 
301
                        />
 
302
                        <Tool
 
303
                                Name="VCManifestTool"
 
304
                        />
 
305
                        <Tool
 
306
                                Name="VCXDCMakeTool"
 
307
                        />
 
308
                        <Tool
 
309
                                Name="VCBscMakeTool"
 
310
                        />
 
311
                        <Tool
 
312
                                Name="VCFxCopTool"
 
313
                        />
 
314
                        <Tool
 
315
                                Name="VCAppVerifierTool"
 
316
                        />
 
317
                        <Tool
 
318
                                Name="VCWebDeploymentTool"
 
319
                        />
 
320
                        <Tool
 
321
                                Name="VCPostBuildEventTool"
 
322
                        />
 
323
                </Configuration>
 
324
                <Configuration
 
325
                        Name="Debug_All|Win32"
 
326
                        ConfigurationType="2"
 
327
                        InheritedPropertySheets=".\JavaScriptCoreDebugAll.vsprops"
 
328
                        CharacterSet="1"
 
329
                        >
 
330
                        <Tool
 
331
                                Name="VCPreBuildEventTool"
 
332
                        />
 
333
                        <Tool
 
334
                                Name="VCCustomBuildTool"
 
335
                        />
 
336
                        <Tool
 
337
                                Name="VCXMLDataGeneratorTool"
 
338
                        />
 
339
                        <Tool
 
340
                                Name="VCWebServiceProxyGeneratorTool"
 
341
                        />
 
342
                        <Tool
 
343
                                Name="VCMIDLTool"
 
344
                        />
 
345
                        <Tool
 
346
                                Name="VCCLCompilerTool"
 
347
                        />
 
348
                        <Tool
 
349
                                Name="VCManagedResourceCompilerTool"
 
350
                        />
 
351
                        <Tool
 
352
                                Name="VCResourceCompilerTool"
 
353
                        />
 
354
                        <Tool
 
355
                                Name="VCPreLinkEventTool"
 
356
                        />
 
357
                        <Tool
 
358
                                Name="VCLinkerTool"
 
359
                        />
 
360
                        <Tool
 
361
                                Name="VCALinkTool"
 
362
                        />
 
363
                        <Tool
 
364
                                Name="VCManifestTool"
 
365
                        />
 
366
                        <Tool
 
367
                                Name="VCXDCMakeTool"
 
368
                        />
 
369
                        <Tool
 
370
                                Name="VCBscMakeTool"
 
371
                        />
 
372
                        <Tool
 
373
                                Name="VCFxCopTool"
 
374
                        />
 
375
                        <Tool
 
376
                                Name="VCAppVerifierTool"
 
377
                        />
 
378
                        <Tool
 
379
                                Name="VCWebDeploymentTool"
 
380
                        />
 
381
                        <Tool
 
382
                                Name="VCPostBuildEventTool"
 
383
                        />
 
384
                </Configuration>
 
385
                <Configuration
 
386
                        Name="Production|Win32"
 
387
                        ConfigurationType="2"
 
388
                        InheritedPropertySheets=".\JavaScriptCoreProduction.vsprops"
 
389
                        CharacterSet="1"
 
390
                        WholeProgramOptimization="1"
 
391
                        >
 
392
                        <Tool
 
393
                                Name="VCPreBuildEventTool"
 
394
                        />
 
395
                        <Tool
 
396
                                Name="VCCustomBuildTool"
 
397
                        />
 
398
                        <Tool
 
399
                                Name="VCXMLDataGeneratorTool"
 
400
                        />
 
401
                        <Tool
 
402
                                Name="VCWebServiceProxyGeneratorTool"
 
403
                        />
 
404
                        <Tool
 
405
                                Name="VCMIDLTool"
 
406
                        />
 
407
                        <Tool
 
408
                                Name="VCCLCompilerTool"
 
409
                        />
 
410
                        <Tool
 
411
                                Name="VCManagedResourceCompilerTool"
 
412
                        />
 
413
                        <Tool
 
414
                                Name="VCResourceCompilerTool"
 
415
                        />
 
416
                        <Tool
 
417
                                Name="VCPreLinkEventTool"
 
418
                        />
 
419
                        <Tool
 
420
                                Name="VCLinkerTool"
 
421
                        />
 
422
                        <Tool
 
423
                                Name="VCALinkTool"
 
424
                        />
 
425
                        <Tool
 
426
                                Name="VCManifestTool"
 
427
                        />
 
428
                        <Tool
 
429
                                Name="VCXDCMakeTool"
 
430
                        />
 
431
                        <Tool
 
432
                                Name="VCBscMakeTool"
 
433
                        />
 
434
                        <Tool
 
435
                                Name="VCFxCopTool"
 
436
                        />
 
437
                        <Tool
 
438
                                Name="VCAppVerifierTool"
 
439
                        />
 
440
                        <Tool
 
441
                                Name="VCWebDeploymentTool"
 
442
                        />
 
443
                        <Tool
 
444
                                Name="VCPostBuildEventTool"
 
445
                        />
 
446
                </Configuration>
 
447
                <Configuration
 
448
                        Name="Release_PGO_Optimize|Win32"
 
449
                        ConfigurationType="2"
 
450
                        InheritedPropertySheets=".\JavaScriptCoreReleasePGOOptimize.vsprops"
 
451
                        CharacterSet="1"
 
452
                        WholeProgramOptimization="4"
 
453
                        >
 
454
                        <Tool
 
455
                                Name="VCPreBuildEventTool"
 
456
                        />
 
457
                        <Tool
 
458
                                Name="VCCustomBuildTool"
 
459
                        />
 
460
                        <Tool
 
461
                                Name="VCXMLDataGeneratorTool"
 
462
                        />
 
463
                        <Tool
 
464
                                Name="VCWebServiceProxyGeneratorTool"
 
465
                        />
 
466
                        <Tool
 
467
                                Name="VCMIDLTool"
 
468
                        />
 
469
                        <Tool
 
470
                                Name="VCCLCompilerTool"
 
471
                        />
 
472
                        <Tool
 
473
                                Name="VCManagedResourceCompilerTool"
 
474
                        />
 
475
                        <Tool
 
476
                                Name="VCResourceCompilerTool"
 
477
                        />
 
478
                        <Tool
 
479
                                Name="VCPreLinkEventTool"
 
480
                        />
 
481
                        <Tool
 
482
                                Name="VCLinkerTool"
 
483
                        />
 
484
                        <Tool
 
485
                                Name="VCALinkTool"
 
486
                        />
 
487
                        <Tool
 
488
                                Name="VCManifestTool"
 
489
                        />
 
490
                        <Tool
 
491
                                Name="VCXDCMakeTool"
 
492
                        />
 
493
                        <Tool
 
494
                                Name="VCBscMakeTool"
 
495
                        />
 
496
                        <Tool
 
497
                                Name="VCFxCopTool"
 
498
                        />
 
499
                        <Tool
 
500
                                Name="VCAppVerifierTool"
 
501
                        />
 
502
                        <Tool
 
503
                                Name="VCWebDeploymentTool"
 
504
                        />
 
505
                        <Tool
 
506
                                Name="VCPostBuildEventTool"
 
507
                        />
 
508
                </Configuration>
 
509
        </Configurations>
 
510
        <References>
 
511
        </References>
 
512
        <Files>
 
513
                <Filter
 
514
                        Name="runtime"
 
515
                        >
 
516
                        <File
 
517
                                RelativePath="..\..\runtime\Reject.h"
 
518
                                >
 
519
                        </File>
 
520
                        <File
 
521
                                RelativePath="..\..\runtime\ArrayStorage.h"
 
522
                                >
 
523
                        </File>
 
524
                        <File
 
525
                                RelativePath="..\..\runtime\IndexingType.cpp"
 
526
                                >
 
527
                        </File>
 
528
                        <File
 
529
                                RelativePath="..\..\runtime\IndexingType.h"
 
530
                                >
 
531
                        </File>
 
532
                        <File
 
533
                                RelativePath="..\..\runtime\PropertyStorage.h"
 
534
                                >
 
535
                        </File>
 
536
                        <File
 
537
                                RelativePath="..\..\runtime\PutDirectIndexMode.h"
 
538
                                >
 
539
                        </File>
 
540
                        <File
 
541
                                RelativePath="..\..\runtime\ButterflyInlines.h"
 
542
                                >
 
543
                        </File>
 
544
                        <File
 
545
                                RelativePath="..\..\runtime\Butterfly.h"
 
546
                                >
 
547
                        </File>
 
548
                        <File
 
549
                                RelativePath="..\..\runtime\IndexingHeaderInlines.h"
 
550
                                >
 
551
                        </File>
 
552
                        <File
 
553
                                RelativePath="..\..\runtime\SparseArrayValueMap.h"
 
554
                                >
 
555
                        </File>
 
556
                        <File
 
557
                                RelativePath="..\..\runtime\ArrayConventions.h"
 
558
                                >
 
559
                        </File>
 
560
                        <File
 
561
                                RelativePath="..\..\runtime\IndexingHeader.h"
 
562
                                >
 
563
                        </File>
 
564
                        <File
 
565
                                RelativePath="..\..\runtime\SparseArrayValueMap.cpp"
 
566
                                >
 
567
                        </File>
 
568
                        <File
 
569
                                RelativePath="..\..\runtime\ArgList.cpp"
 
570
                                >
 
571
                        </File>
 
572
                        <File
 
573
                                RelativePath="..\..\runtime\ArgList.h"
 
574
                                >
 
575
                        </File>
 
576
                        <File
 
577
                                RelativePath="..\..\runtime\Arguments.cpp"
 
578
                                >
 
579
                        </File>
 
580
                        <File
 
581
                                RelativePath="..\..\runtime\Arguments.h"
 
582
                                >
 
583
                        </File>
 
584
                        <File
 
585
                                RelativePath="..\..\runtime\ArrayConstructor.cpp"
 
586
                                >
 
587
                        </File>
 
588
                        <File
 
589
                                RelativePath="..\..\runtime\ArrayConstructor.h"
 
590
                                >
 
591
                        </File>
 
592
                        <File
 
593
                                RelativePath="..\..\runtime\ArrayPrototype.cpp"
 
594
                                >
 
595
                        </File>
 
596
                        <File
 
597
                                RelativePath="..\..\runtime\ArrayPrototype.h"
 
598
                                >
 
599
                        </File>
 
600
                        <File
 
601
                                RelativePath="..\..\runtime\BatchedTransitionOptimizer.h"
 
602
                                >
 
603
                        </File>
 
604
                        <File
 
605
                                RelativePath="..\..\runtime\BooleanConstructor.cpp"
 
606
                                >
 
607
                        </File>
 
608
                        <File
 
609
                                RelativePath="..\..\runtime\BooleanConstructor.h"
 
610
                                >
 
611
                        </File>
 
612
                        <File
 
613
                                RelativePath="..\..\runtime\BooleanObject.cpp"
 
614
                                >
 
615
                        </File>
 
616
                        <File
 
617
                                RelativePath="..\..\runtime\BooleanObject.h"
 
618
                                >
 
619
                        </File>
 
620
                        <File
 
621
                                RelativePath="..\..\runtime\BooleanPrototype.cpp"
 
622
                                >
 
623
                        </File>
 
624
                        <File
 
625
                                RelativePath="..\..\runtime\BooleanPrototype.h"
 
626
                                >
 
627
                        </File>
 
628
                        <File
 
629
                                RelativePath="..\..\runtime\CallData.cpp"
 
630
                                >
 
631
                        </File>
 
632
                        <File
 
633
                                RelativePath="..\..\runtime\CallData.h"
 
634
                                >
 
635
                        </File>
 
636
                        <File
 
637
                                RelativePath="..\..\runtime\ClassInfo.h"
 
638
                                >
 
639
                        </File>
 
640
                        <File
 
641
                                RelativePath="..\..\runtime\CodeCache.cpp"
 
642
                                >
 
643
                        </File>
 
644
                        <File
 
645
                                RelativePath="..\..\runtime\CodeCache.h"
 
646
                                >
 
647
                        </File>
 
648
                        <File
 
649
                                RelativePath="..\..\runtime\CodeSpecializationKind.cpp"
 
650
                                >
 
651
                        </File>
 
652
                        <File
 
653
                                RelativePath="..\..\runtime\CodeSpecializationKind.h"
 
654
                                >
 
655
                        </File>
 
656
                        <File
 
657
                                RelativePath="..\..\runtime\CommonIdentifiers.cpp"
 
658
                                >
 
659
                        </File>
 
660
                        <File
 
661
                                RelativePath="..\..\runtime\CommonIdentifiers.h"
 
662
                                >
 
663
                        </File>
 
664
                        <File
 
665
                                RelativePath="..\..\runtime\CommonSlowPaths.h"
 
666
                                >
 
667
                        </File>
 
668
                        <File
 
669
                                RelativePath="..\..\runtime\Completion.cpp"
 
670
                                >
 
671
                        </File>
 
672
                        <File
 
673
                                RelativePath="..\..\runtime\Completion.h"
 
674
                                >
 
675
                        </File>
 
676
                        <File
 
677
                                RelativePath="..\..\runtime\ConstructData.cpp"
 
678
                                >
 
679
                        </File>
 
680
                        <File
 
681
                                RelativePath="..\..\runtime\ConstructData.h"
 
682
                                >
 
683
                        </File>
 
684
                        <File
 
685
                                RelativePath="..\..\runtime\DateConstructor.cpp"
 
686
                                >
 
687
                        </File>
 
688
                        <File
 
689
                                RelativePath="..\..\runtime\DateConstructor.h"
 
690
                                >
 
691
                        </File>
 
692
                        <File
 
693
                                RelativePath="..\..\runtime\DateConversion.cpp"
 
694
                                >
 
695
                        </File>
 
696
                        <File
 
697
                                RelativePath="..\..\runtime\DateConversion.h"
 
698
                                >
 
699
                        </File>
 
700
                        <File
 
701
                                RelativePath="..\..\runtime\DateInstance.cpp"
 
702
                                >
 
703
                        </File>
 
704
                        <File
 
705
                                RelativePath="..\..\runtime\DateInstance.h"
 
706
                                >
 
707
                        </File>
 
708
                        <File
 
709
                                RelativePath="..\..\runtime\DateInstanceCache.h"
 
710
                                >
 
711
                        </File>
 
712
                        <File
 
713
                                RelativePath="..\..\runtime\DatePrototype.cpp"
 
714
                                >
 
715
                        </File>
 
716
                        <File
 
717
                                RelativePath="..\..\runtime\DatePrototype.h"
 
718
                                >
 
719
                        </File>
 
720
                        <File
 
721
                                RelativePath="..\..\runtime\Error.cpp"
 
722
                                >
 
723
                        </File>
 
724
                        <File
 
725
                                RelativePath="..\..\runtime\Error.h"
 
726
                                >
 
727
                        </File>
 
728
                        <File
 
729
                                RelativePath="..\..\runtime\ErrorConstructor.cpp"
 
730
                                >
 
731
                        </File>
 
732
                        <File
 
733
                                RelativePath="..\..\runtime\ErrorConstructor.h"
 
734
                                >
 
735
                        </File>
 
736
                        <File
 
737
                                RelativePath="..\..\runtime\ErrorInstance.cpp"
 
738
                                >
 
739
                        </File>
 
740
                        <File
 
741
                                RelativePath="..\..\runtime\ErrorInstance.h"
 
742
                                >
 
743
                        </File>
 
744
                        <File
 
745
                                RelativePath="..\..\runtime\ErrorPrototype.cpp"
 
746
                                >
 
747
                        </File>
 
748
                        <File
 
749
                                RelativePath="..\..\runtime\ErrorPrototype.h"
 
750
                                >
 
751
                        </File>
 
752
                        <File
 
753
                                RelativePath="..\..\runtime\ExceptionHelpers.cpp"
 
754
                                >
 
755
                        </File>
 
756
                        <File
 
757
                                RelativePath="..\..\interpreter\ExceptionHelpers.h"
 
758
                                >
 
759
                        </File>
 
760
                        <File
 
761
                                RelativePath="..\..\runtime\Executable.cpp"
 
762
                                >
 
763
                        </File>
 
764
                        <File
 
765
                                RelativePath="..\..\runtime\Executable.h"
 
766
                                >
 
767
                        </File>
 
768
                        <File
 
769
                                RelativePath="..\..\runtime\FunctionConstructor.cpp"
 
770
                                >
 
771
                        </File>
 
772
                        <File
 
773
                                RelativePath="..\..\runtime\FunctionConstructor.h"
 
774
                                >
 
775
                        </File>
 
776
                        <File
 
777
                                RelativePath="..\..\runtime\FunctionPrototype.cpp"
 
778
                                >
 
779
                        </File>
 
780
                        <File
 
781
                                RelativePath="..\..\runtime\FunctionPrototype.h"
 
782
                                >
 
783
                        </File>
 
784
                        <File
 
785
                                RelativePath="..\..\runtime\GCActivityCallback.cpp"
 
786
                                >
 
787
                        </File>
 
788
                        <File
 
789
                                RelativePath="..\..\runtime\GCActivityCallback.h"
 
790
                                >
 
791
                        </File>
 
792
                        <File
 
793
                                RelativePath="..\..\runtime\GetterSetter.cpp"
 
794
                                >
 
795
                        </File>
 
796
                        <File
 
797
                                RelativePath="..\..\runtime\GetterSetter.h"
 
798
                                >
 
799
                        </File>
 
800
                        <File
 
801
                                RelativePath="..\..\runtime\Identifier.cpp"
 
802
                                >
 
803
                        </File>
 
804
                        <File
 
805
                                RelativePath="..\..\runtime\Identifier.h"
 
806
                                >
 
807
                        </File>
 
808
                        <File
 
809
                                RelativePath="..\..\runtime\InitializeThreading.cpp"
 
810
                                >
 
811
                        </File>
 
812
                        <File
 
813
                                RelativePath="..\..\runtime\InitializeThreading.h"
 
814
                                >
 
815
                        </File>
 
816
                        <File
 
817
                                RelativePath="..\..\runtime\InternalFunction.cpp"
 
818
                                >
 
819
                        </File>
 
820
                        <File
 
821
                                RelativePath="..\..\runtime\InternalFunction.h"
 
822
                                >
 
823
                        </File>
 
824
                        <File
 
825
                                RelativePath="..\..\runtime\JSActivation.cpp"
 
826
                                >
 
827
                        </File>
 
828
                        <File
 
829
                                RelativePath="..\..\runtime\JSActivation.h"
 
830
                                >
 
831
                        </File>
 
832
                        <File
 
833
                                RelativePath="..\..\runtime\JSArray.cpp"
 
834
                                >
 
835
                        </File>
 
836
                        <File
 
837
                                RelativePath="..\..\runtime\JSArray.h"
 
838
                                >
 
839
                        </File>
 
840
                        <File
 
841
                                RelativePath="..\..\runtime\JSBoundFunction.cpp"
 
842
                                >
 
843
                        </File>
 
844
                        <File
 
845
                                RelativePath="..\..\runtime\JSBoundFunction.h"
 
846
                                >
 
847
                        </File>
 
848
                        <File
 
849
                                RelativePath="..\..\runtime\JSCell.cpp"
 
850
                                >
 
851
                        </File>
 
852
                        <File
 
853
                                RelativePath="..\..\runtime\JSCell.h"
 
854
                                >
 
855
                        </File>
 
856
                        <File
 
857
                                RelativePath="..\..\runtime\JSDateMath.cpp"
 
858
                                >
 
859
                        </File>
 
860
                        <File
 
861
                                RelativePath="..\..\runtime\JSDateMath.h"
 
862
                                >
 
863
                        </File>
 
864
                        <File
 
865
                                RelativePath="..\..\runtime\JSDestructibleObject.h"
 
866
                                >
 
867
                        </File>
 
868
                        <File
 
869
                                RelativePath="..\..\runtime\JSFunction.cpp"
 
870
                                >
 
871
                        </File>
 
872
                        <File
 
873
                                RelativePath="..\..\runtime\JSFunction.h"
 
874
                                >
 
875
                        </File>
 
876
                        <File
 
877
                                RelativePath="..\..\runtime\JSGlobalData.cpp"
 
878
                                >
 
879
                        </File>
 
880
                        <File
 
881
                                RelativePath="..\..\runtime\JSGlobalData.h"
 
882
                                >
 
883
                        </File>
 
884
                        <File
 
885
                                RelativePath="..\..\runtime\JSGlobalObject.cpp"
 
886
                                >
 
887
                        </File>
 
888
                        <File
 
889
                                RelativePath="..\..\runtime\JSGlobalObject.h"
 
890
                                >
 
891
                        </File>
 
892
                        <File
 
893
                                RelativePath="..\..\runtime\JSGlobalObjectFunctions.cpp"
 
894
                                >
 
895
                        </File>
 
896
                        <File
 
897
                                RelativePath="..\..\runtime\JSGlobalObjectFunctions.h"
 
898
                                >
 
899
                        </File>
 
900
                        <File
 
901
                                RelativePath="..\..\runtime\JSProxy.cpp"
 
902
                                >
 
903
                        </File>
 
904
                        <File
 
905
                                RelativePath="..\..\runtime\JSProxy.h"
 
906
                                >
 
907
                        </File>
 
908
                        <File
 
909
                                RelativePath="..\..\runtime\JSLock.cpp"
 
910
                                >
 
911
                        </File>
 
912
                        <File
 
913
                                RelativePath="..\..\runtime\JSLock.h"
 
914
                                >
 
915
                        </File>
 
916
                        <File
 
917
                                RelativePath="..\..\runtime\JSNotAnObject.cpp"
 
918
                                >
 
919
                        </File>
 
920
                        <File
 
921
                                RelativePath="..\..\runtime\JSNotAnObject.h"
 
922
                                >
 
923
                        </File>
 
924
                        <File
 
925
                                RelativePath="..\..\runtime\JSObject.cpp"
 
926
                                >
 
927
                        </File>
 
928
                        <File
 
929
                                RelativePath="..\..\runtime\JSObject.h"
 
930
                                >
 
931
                        </File>
 
932
                        <File
 
933
                                RelativePath="..\..\runtime\JSONObject.cpp"
 
934
                                >
 
935
                        </File>
 
936
                        <File
 
937
                                RelativePath="..\..\runtime\JSONObject.h"
 
938
                                >
 
939
                        </File>
 
940
                        <File
 
941
                                RelativePath="..\..\runtime\JSPropertyNameIterator.cpp"
 
942
                                >
 
943
                        </File>
 
944
                        <File
 
945
                                RelativePath="..\..\runtime\JSPropertyNameIterator.h"
 
946
                                >
 
947
                        </File>
 
948
                        <File
 
949
                                RelativePath="..\..\runtime\JSSegmentedVariableObject.cpp"
 
950
                                >
 
951
                        </File>
 
952
                        <File
 
953
                                RelativePath="..\..\runtime\JSSegmentedVariableObject.h"
 
954
                                >
 
955
                        </File>
 
956
                        <File
 
957
                                RelativePath="..\..\runtime\JSWithScope.cpp"
 
958
                                >
 
959
                        </File>
 
960
                        <File
 
961
                                RelativePath="..\..\runtime\JSWithScope.h"
 
962
                                >
 
963
                        </File>
 
964
                        <File
 
965
                                RelativePath="..\..\runtime\JSNameScope.cpp"
 
966
                                >
 
967
                        </File>
 
968
                        <File
 
969
                                RelativePath="..\..\runtime\JSNameScope.h"
 
970
                                >
 
971
                        </File>
 
972
                        <File
 
973
                                RelativePath="..\..\runtime\JSScope.cpp"
 
974
                                >
 
975
                        </File>
 
976
                        <File
 
977
                                RelativePath="..\..\runtime\JSScope.h"
 
978
                                >
 
979
                        </File>
 
980
                        <File
 
981
                                RelativePath="..\..\runtime\JSString.cpp"
 
982
                                >
 
983
                        </File>
 
984
                        <File
 
985
                                RelativePath="..\..\runtime\JSString.h"
 
986
                                >
 
987
                        </File>
 
988
                        <File
 
989
                                RelativePath="..\..\runtime\JSStringJoiner.cpp"
 
990
                                >
 
991
                        </File>
 
992
                        <File
 
993
                                RelativePath="..\..\runtime\JSStringJoiner.h"
 
994
                                >
 
995
                        </File>
 
996
                        <File
 
997
                                RelativePath="..\..\runtime\JSSymbolTableObject.cpp"
 
998
                                >
 
999
                        </File>
 
1000
                        <File
 
1001
                                RelativePath="..\..\runtime\JSSymbolTableObject.h"
 
1002
                                >
 
1003
                        </File>
 
1004
                        <File
 
1005
                                RelativePath="..\..\runtime\JSType.h"
 
1006
                                >
 
1007
                        </File>
 
1008
                        <File
 
1009
                                RelativePath="..\..\runtime\JSTypeInfo.h"
 
1010
                                >
 
1011
                        </File>
 
1012
                        <File
 
1013
                                RelativePath="..\..\runtime\JSValue.cpp"
 
1014
                                >
 
1015
                        </File>
 
1016
                        <File
 
1017
                                RelativePath="..\..\runtime\JSValue.h"
 
1018
                                >
 
1019
                        </File>
 
1020
                        <File
 
1021
                                RelativePath="..\..\runtime\JSValueInlines.h"
 
1022
                                >
 
1023
                        </File>
 
1024
                        <File
 
1025
                                RelativePath="..\..\runtime\JSVariableObject.cpp"
 
1026
                                >
 
1027
                        </File>
 
1028
                        <File
 
1029
                                RelativePath="..\..\runtime\JSVariableObject.h"
 
1030
                                >
 
1031
                        </File>
 
1032
                        <File
 
1033
                                RelativePath="..\..\runtime\JSWrapperObject.cpp"
 
1034
                                >
 
1035
                        </File>
 
1036
                        <File
 
1037
                                RelativePath="..\..\runtime\JSWrapperObject.h"
 
1038
                                >
 
1039
                        </File>
 
1040
                        <File
 
1041
                                RelativePath="..\..\runtime\LiteralParser.cpp"
 
1042
                                >
 
1043
                        </File>
 
1044
                        <File
 
1045
                                RelativePath="..\..\runtime\LiteralParser.h"
 
1046
                                >
 
1047
                        </File>
 
1048
                        <File
 
1049
                                RelativePath="..\..\runtime\Lookup.cpp"
 
1050
                                >
 
1051
                        </File>
 
1052
                        <File
 
1053
                                RelativePath="..\..\runtime\Lookup.h"
 
1054
                                >
 
1055
                        </File>
 
1056
                        <File
 
1057
                                RelativePath="..\..\runtime\MathObject.cpp"
 
1058
                                >
 
1059
                        </File>
 
1060
                        <File
 
1061
                                RelativePath="..\..\runtime\MathObject.h"
 
1062
                                >
 
1063
                        </File>
 
1064
                        <File
 
1065
                                RelativePath="..\..\runtime\NameConstructor.cpp"
 
1066
                                >
 
1067
                        </File>
 
1068
                        <File
 
1069
                                RelativePath="..\..\runtime\NameConstructor.h"
 
1070
                                >
 
1071
                        </File>
 
1072
                        <File
 
1073
                                RelativePath="..\..\runtime\NameInstance.cpp"
 
1074
                                >
 
1075
                        </File>
 
1076
                        <File
 
1077
                                RelativePath="..\..\runtime\NameInstance.h"
 
1078
                                >
 
1079
                        </File>
 
1080
                        <File
 
1081
                                RelativePath="..\..\runtime\NamePrototype.cpp"
 
1082
                                >
 
1083
                        </File>
 
1084
                        <File
 
1085
                                RelativePath="..\..\runtime\NamePrototype.h"
 
1086
                                >
 
1087
                        </File>
 
1088
                        <File
 
1089
                                RelativePath="..\..\runtime\NativeErrorConstructor.cpp"
 
1090
                                >
 
1091
                        </File>
 
1092
                        <File
 
1093
                                RelativePath="..\..\runtime\NativeErrorConstructor.h"
 
1094
                                >
 
1095
                        </File>
 
1096
                        <File
 
1097
                                RelativePath="..\..\runtime\NativeErrorPrototype.cpp"
 
1098
                                >
 
1099
                        </File>
 
1100
                        <File
 
1101
                                RelativePath="..\..\runtime\NativeErrorPrototype.h"
 
1102
                                >
 
1103
                        </File>
 
1104
                        <File
 
1105
                                RelativePath="..\..\runtime\NumberConstructor.cpp"
 
1106
                                >
 
1107
                        </File>
 
1108
                        <File
 
1109
                                RelativePath="..\..\runtime\NumberConstructor.h"
 
1110
                                >
 
1111
                        </File>
 
1112
                        <File
 
1113
                                RelativePath="..\..\runtime\NumberObject.cpp"
 
1114
                                >
 
1115
                        </File>
 
1116
                        <File
 
1117
                                RelativePath="..\..\runtime\NumberObject.h"
 
1118
                                >
 
1119
                        </File>
 
1120
                        <File
 
1121
                                RelativePath="..\..\runtime\NumberPrototype.cpp"
 
1122
                                >
 
1123
                        </File>
 
1124
                        <File
 
1125
                                RelativePath="..\..\runtime\NumberPrototype.h"
 
1126
                                >
 
1127
                        </File>
 
1128
                        <File
 
1129
                                RelativePath="..\..\runtime\NumericStrings.h"
 
1130
                                >
 
1131
                        </File>
 
1132
                        <File
 
1133
                                RelativePath="..\..\runtime\ObjectConstructor.cpp"
 
1134
                                >
 
1135
                        </File>
 
1136
                        <File
 
1137
                                RelativePath="..\..\runtime\ObjectConstructor.h"
 
1138
                                >
 
1139
                        </File>
 
1140
                        <File
 
1141
                                RelativePath="..\..\runtime\ObjectPrototype.cpp"
 
1142
                                >
 
1143
                        </File>
 
1144
                        <File
 
1145
                                RelativePath="..\..\runtime\ObjectPrototype.h"
 
1146
                                >
 
1147
                        </File>
 
1148
                        <File
 
1149
                                RelativePath="..\..\runtime\Operations.cpp"
 
1150
                                >
 
1151
                        </File>
 
1152
                        <File
 
1153
                                RelativePath="..\..\runtime\Operations.h"
 
1154
                                >
 
1155
                        </File>
 
1156
                        <File
 
1157
                                RelativePath="..\..\runtime\Options.cpp"
 
1158
                                >
 
1159
                        </File>
 
1160
                        <File
 
1161
                                RelativePath="..\..\runtime\Options.h"
 
1162
                                >
 
1163
                        </File>
 
1164
                        <File
 
1165
                                RelativePath="..\..\runtime\PropertyDescriptor.cpp"
 
1166
                                >
 
1167
                        </File>
 
1168
                        <File
 
1169
                                RelativePath="..\..\runtime\PropertyDescriptor.h"
 
1170
                                >
 
1171
                        </File>
 
1172
                        <File
 
1173
                                RelativePath="..\..\runtime\PropertyMapHashTable.h"
 
1174
                                >
 
1175
                        </File>
 
1176
                        <File
 
1177
                                RelativePath="..\..\runtime\PropertyNameArray.cpp"
 
1178
                                >
 
1179
                        </File>
 
1180
                        <File
 
1181
                                RelativePath="..\..\runtime\PropertyNameArray.h"
 
1182
                                >
 
1183
                        </File>
 
1184
                        <File
 
1185
                                RelativePath="..\..\runtime\PropertyOffset.h"
 
1186
                                >
 
1187
                        </File>
 
1188
                        <File
 
1189
                                RelativePath="..\..\runtime\PropertySlot.cpp"
 
1190
                                >
 
1191
                        </File>
 
1192
                        <File
 
1193
                                RelativePath="..\..\runtime\PropertySlot.h"
 
1194
                                >
 
1195
                        </File>
 
1196
                        <File
 
1197
                                RelativePath="..\..\runtime\Protect.h"
 
1198
                                >
 
1199
                        </File>
 
1200
                        <File
 
1201
                                RelativePath="..\..\runtime\RegExp.cpp"
 
1202
                                >
 
1203
                        </File>
 
1204
                        <File
 
1205
                                RelativePath="..\..\runtime\RegExp.h"
 
1206
                                >
 
1207
                        </File>
 
1208
                        <File
 
1209
                                RelativePath="..\..\runtime\RegExpCache.cpp"
 
1210
                                >
 
1211
                        </File>
 
1212
                        <File
 
1213
                                RelativePath="..\..\runtime\RegExpCache.h"
 
1214
                                >
 
1215
                        </File>
 
1216
                        <File
 
1217
                                RelativePath="..\..\runtime\RegExpConstructor.cpp"
 
1218
                                >
 
1219
                        </File>
 
1220
                        <File
 
1221
                                RelativePath="..\..\runtime\RegExpConstructor.h"
 
1222
                                >
 
1223
                        </File>
 
1224
                        <File
 
1225
                                RelativePath="..\..\runtime\RegExpCachedResult.cpp"
 
1226
                                >
 
1227
                        </File>
 
1228
                        <File
 
1229
                                RelativePath="..\..\runtime\RegExpCachedResult.h"
 
1230
                                >
 
1231
                        </File>
 
1232
                        <File
 
1233
                                RelativePath="..\..\runtime\RegExpKey.h"
 
1234
                                >
 
1235
                        </File>
 
1236
                        <File
 
1237
                                RelativePath="..\..\runtime\RegExpMatchesArray.cpp"
 
1238
                                >
 
1239
                        </File>
 
1240
                        <File
 
1241
                                RelativePath="..\..\runtime\RegExpMatchesArray.h"
 
1242
                                >
 
1243
                        </File>
 
1244
                        <File
 
1245
                                RelativePath="..\..\runtime\RegExpObject.cpp"
 
1246
                                >
 
1247
                        </File>
 
1248
                        <File
 
1249
                                RelativePath="..\..\runtime\RegExpObject.h"
 
1250
                                >
 
1251
                        </File>
 
1252
                        <File
 
1253
                                RelativePath="..\..\runtime\RegExpPrototype.cpp"
 
1254
                                >
 
1255
                        </File>
 
1256
                        <File
 
1257
                                RelativePath="..\..\runtime\RegExpPrototype.h"
 
1258
                                >
 
1259
                        </File>
 
1260
                        <File
 
1261
                                RelativePath="..\..\runtime\SamplingCounter.cpp"
 
1262
                                >
 
1263
                        </File>
 
1264
                        <File
 
1265
                                RelativePath="..\..\runtime\SamplingCounter.h"
 
1266
                                >
 
1267
                        </File>
 
1268
                        <File
 
1269
                                RelativePath="..\..\runtime\SmallStrings.cpp"
 
1270
                                >
 
1271
                        </File>
 
1272
                        <File
 
1273
                                RelativePath="..\..\runtime\SmallStrings.h"
 
1274
                                >
 
1275
                        </File>
 
1276
                        <File
 
1277
                                RelativePath="..\..\runtime\StrictEvalActivation.cpp"
 
1278
                                >
 
1279
                        </File>
 
1280
                        <File
 
1281
                                RelativePath="..\..\runtime\StrictEvalActivation.h"
 
1282
                                >
 
1283
                        </File>
 
1284
                        <File
 
1285
                                RelativePath="..\..\runtime\StringConstructor.cpp"
 
1286
                                >
 
1287
                        </File>
 
1288
                        <File
 
1289
                                RelativePath="..\..\runtime\StringConstructor.h"
 
1290
                                >
 
1291
                        </File>
 
1292
                        <File
 
1293
                                RelativePath="..\..\runtime\StringObject.cpp"
 
1294
                                >
 
1295
                        </File>
 
1296
                        <File
 
1297
                                RelativePath="..\..\runtime\StringObject.h"
 
1298
                                >
 
1299
                        </File>
 
1300
                        <File
 
1301
                                RelativePath="..\..\runtime\StringPrototype.cpp"
 
1302
                                >
 
1303
                        </File>
 
1304
                        <File
 
1305
                                RelativePath="..\..\runtime\StringPrototype.h"
 
1306
                                >
 
1307
                        </File>
 
1308
                        <File
 
1309
                                RelativePath="..\..\runtime\StringRecursionChecker.cpp"
 
1310
                                >
 
1311
                        </File>
 
1312
                        <File
 
1313
                                RelativePath="..\..\runtime\StringRecursionChecker.h"
 
1314
                                >
 
1315
                        </File>
 
1316
                        <File
 
1317
                                RelativePath="..\..\runtime\Structure.cpp"
 
1318
                                >
 
1319
                        </File>
 
1320
                        <File
 
1321
                                RelativePath="..\..\runtime\Structure.h"
 
1322
                                >
 
1323
                        </File>
 
1324
                        <File
 
1325
                                RelativePath="..\..\runtime\StructureChain.cpp"
 
1326
                                >
 
1327
                        </File>
 
1328
                        <File
 
1329
                                RelativePath="..\..\runtime\StructureChain.h"
 
1330
                                >
 
1331
                        </File>
 
1332
                        <File
 
1333
                                RelativePath="..\..\runtime\StructureTransitionTable.h"
 
1334
                                >
 
1335
                        </File>
 
1336
                        <File
 
1337
                                RelativePath="..\..\runtime\SymbolTable.cpp"
 
1338
                                >
 
1339
                        </File>
 
1340
                        <File
 
1341
                                RelativePath="..\..\runtime\SymbolTable.h"
 
1342
                                >
 
1343
                        </File>
 
1344
                        <File
 
1345
                                RelativePath="..\..\runtime\Terminator.h"
 
1346
                                >
 
1347
                        </File>
 
1348
                        <File
 
1349
                                RelativePath="..\..\runtime\TimeoutChecker.cpp"
 
1350
                                >
 
1351
                        </File>
 
1352
                        <File
 
1353
                                RelativePath="..\..\runtime\TimeoutChecker.h"
 
1354
                                >
 
1355
                        </File>
 
1356
                        <File
 
1357
                                RelativePath="..\..\runtime\TypedArrayDescriptor.h"
 
1358
                                >
 
1359
                        </File>
 
1360
                        <File
 
1361
                                RelativePath="..\..\runtime\WeakGCMap.h"
 
1362
                                >
 
1363
                        </File>
 
1364
                        <File
 
1365
                                RelativePath="..\..\runtime\WeakRandom.h"
 
1366
                                >
 
1367
                        </File>
 
1368
                </Filter>
 
1369
                <Filter
 
1370
                        Name="API"
 
1371
                        >
 
1372
                        <File
 
1373
                                RelativePath="..\..\API\APICast.h"
 
1374
                                >
 
1375
                        </File>
 
1376
                        <File
 
1377
                                RelativePath="..\..\API\JavaScript.h"
 
1378
                                >
 
1379
                        </File>
 
1380
                        <File
 
1381
                                RelativePath="..\..\API\JavaScriptCore.h"
 
1382
                                >
 
1383
                        </File>
 
1384
                        <File
 
1385
                                RelativePath="..\..\runtime\JSAPIValueWrapper.cpp"
 
1386
                                >
 
1387
                        </File>
 
1388
                        <File
 
1389
                                RelativePath="..\..\runtime\JSAPIValueWrapper.h"
 
1390
                                >
 
1391
                        </File>
 
1392
                        <File
 
1393
                                RelativePath="..\..\API\JSBase.cpp"
 
1394
                                >
 
1395
                        </File>
 
1396
                        <File
 
1397
                                RelativePath="..\..\API\JSBase.h"
 
1398
                                >
 
1399
                        </File>
 
1400
                        <File
 
1401
                                RelativePath="..\..\API\JSBasePrivate.h"
 
1402
                                >
 
1403
                        </File>
 
1404
                        <File
 
1405
                                RelativePath="..\..\API\JSCallbackConstructor.cpp"
 
1406
                                >
 
1407
                        </File>
 
1408
                        <File
 
1409
                                RelativePath="..\..\API\JSCallbackConstructor.h"
 
1410
                                >
 
1411
                        </File>
 
1412
                        <File
 
1413
                                RelativePath="..\..\API\JSCallbackFunction.cpp"
 
1414
                                >
 
1415
                        </File>
 
1416
                        <File
 
1417
                                RelativePath="..\..\API\JSCallbackFunction.h"
 
1418
                                >
 
1419
                        </File>
 
1420
                        <File
 
1421
                                RelativePath="..\..\API\JSCallbackObject.cpp"
 
1422
                                >
 
1423
                        </File>
 
1424
                        <File
 
1425
                                RelativePath="..\..\API\JSCallbackObject.h"
 
1426
                                >
 
1427
                        </File>
 
1428
                        <File
 
1429
                                RelativePath="..\..\API\JSCallbackObjectFunctions.h"
 
1430
                                >
 
1431
                        </File>
 
1432
                        <File
 
1433
                                RelativePath="..\..\API\JSClassRef.cpp"
 
1434
                                >
 
1435
                        </File>
 
1436
                        <File
 
1437
                                RelativePath="..\..\API\JSClassRef.h"
 
1438
                                >
 
1439
                        </File>
 
1440
                        <File
 
1441
                                RelativePath="..\..\API\JSContextRef.cpp"
 
1442
                                >
 
1443
                        </File>
 
1444
                        <File
 
1445
                                RelativePath="..\..\API\JSContextRef.h"
 
1446
                                >
 
1447
                        </File>
 
1448
                        <File
 
1449
                                RelativePath="..\..\API\JSContextRefPrivate.h"
 
1450
                                >
 
1451
                        </File>
 
1452
                        <File
 
1453
                                RelativePath="..\..\API\JSObjectRef.cpp"
 
1454
                                >
 
1455
                        </File>
 
1456
                        <File
 
1457
                                RelativePath="..\..\API\JSObjectRef.h"
 
1458
                                >
 
1459
                        </File>
 
1460
                        <File
 
1461
                                RelativePath="..\..\API\JSRetainPtr.h"
 
1462
                                >
 
1463
                        </File>
 
1464
                        <File
 
1465
                                RelativePath="..\..\API\JSStringRef.cpp"
 
1466
                                >
 
1467
                        </File>
 
1468
                        <File
 
1469
                                RelativePath="..\..\API\JSStringRef.h"
 
1470
                                >
 
1471
                        </File>
 
1472
                        <File
 
1473
                                RelativePath="..\..\API\JSStringRefBSTR.cpp"
 
1474
                                >
 
1475
                        </File>
 
1476
                        <File
 
1477
                                RelativePath="..\..\API\JSStringRefBSTR.h"
 
1478
                                >
 
1479
                        </File>
 
1480
                        <File
 
1481
                                RelativePath="..\..\API\JSStringRefCF.cpp"
 
1482
                                >
 
1483
                        </File>
 
1484
                        <File
 
1485
                                RelativePath="..\..\API\JSStringRefCF.h"
 
1486
                                >
 
1487
                        </File>
 
1488
                        <File
 
1489
                                RelativePath="..\..\API\JSValueRef.cpp"
 
1490
                                >
 
1491
                        </File>
 
1492
                        <File
 
1493
                                RelativePath="..\..\API\JSValueRef.h"
 
1494
                                >
 
1495
                        </File>
 
1496
                        <File
 
1497
                                RelativePath="..\..\API\JSWeakObjectMapRefInternal.h"
 
1498
                                >
 
1499
                        </File>
 
1500
                        <File
 
1501
                                RelativePath="..\..\API\JSWeakObjectMapRefPrivate.cpp"
 
1502
                                >
 
1503
                        </File>
 
1504
                        <File
 
1505
                                RelativePath="..\..\API\JSWeakObjectMapRefPrivate.h"
 
1506
                                >
 
1507
                        </File>
 
1508
                        <File
 
1509
                                RelativePath="..\..\API\OpaqueJSString.cpp"
 
1510
                                >
 
1511
                        </File>
 
1512
                        <File
 
1513
                                RelativePath="..\..\API\OpaqueJSString.h"
 
1514
                                >
 
1515
                        </File>
 
1516
                        <File
 
1517
                                RelativePath="..\..\API\WebKitAvailability.h"
 
1518
                                >
 
1519
                        </File>
 
1520
                </Filter>
 
1521
                <Filter
 
1522
                        Name="profiler"
 
1523
                        >
 
1524
                        <File
 
1525
                                RelativePath="..\..\profiler\CallIdentifier.h"
 
1526
                                >
 
1527
                        </File>
 
1528
                        <File
 
1529
                                RelativePath="..\..\profiler\Profile.cpp"
 
1530
                                >
 
1531
                        </File>
 
1532
                        <File
 
1533
                                RelativePath="..\..\profiler\Profile.h"
 
1534
                                >
 
1535
                        </File>
 
1536
                        <File
 
1537
                                RelativePath="..\..\profiler\ProfileGenerator.cpp"
 
1538
                                >
 
1539
                        </File>
 
1540
                        <File
 
1541
                                RelativePath="..\..\profiler\ProfileGenerator.h"
 
1542
                                >
 
1543
                        </File>
 
1544
                        <File
 
1545
                                RelativePath="..\..\profiler\ProfileNode.cpp"
 
1546
                                >
 
1547
                        </File>
 
1548
                        <File
 
1549
                                RelativePath="..\..\profiler\ProfileNode.h"
 
1550
                                >
 
1551
                        </File>
 
1552
                        <File
 
1553
                                RelativePath="..\..\profiler\Profiler.cpp"
 
1554
                                >
 
1555
                        </File>
 
1556
                        <File
 
1557
                                RelativePath="..\..\profiler\Profiler.h"
 
1558
                                >
 
1559
                        </File>
 
1560
                </Filter>
 
1561
                <Filter
 
1562
                        Name="tools"
 
1563
                        >
 
1564
                        <File
 
1565
                                RelativePath="..\..\tools\CodeProfile.cpp"
 
1566
                                >
 
1567
                        </File>
 
1568
                        <File
 
1569
                                RelativePath="..\..\tools\CodeProfile.h"
 
1570
                                >
 
1571
                        </File>
 
1572
                        <File
 
1573
                                RelativePath="..\..\tools\CodeProfiling.cpp"
 
1574
                                >
 
1575
                        </File>
 
1576
                        <File
 
1577
                                RelativePath="..\..\tools\CodeProfiling.h"
 
1578
                                >
 
1579
                        </File>
 
1580
                        <File
 
1581
                                RelativePath="..\..\tools\ProfileTreeNode.h"
 
1582
                                >
 
1583
                        </File>
 
1584
                        <File
 
1585
                                RelativePath="..\..\tools\TieredMMapArray.h"
 
1586
                                >
 
1587
                        </File>
 
1588
                </Filter>
 
1589
                <Filter
 
1590
                        Name="bytecode"
 
1591
                        >
 
1592
                        <File
 
1593
                                RelativePath="..\..\bytecode\ArrayAllocationProfile.cpp"
 
1594
                                >
 
1595
                        </File>
 
1596
                        <File
 
1597
                                RelativePath="..\..\bytecode\ArrayAllocationProfile.h"
 
1598
                                >
 
1599
                        </File>
 
1600
                        <File
 
1601
                                RelativePath="..\..\bytecode\ArrayProfile.cpp"
 
1602
                                >
 
1603
                        </File>
 
1604
                        <File
 
1605
                                RelativePath="..\..\bytecode\ArrayProfile.h"
 
1606
                                >
 
1607
                        </File>
 
1608
                        <File
 
1609
                                RelativePath="..\..\bytecode\ByValInfo.h"
 
1610
                                >
 
1611
                        </File>
 
1612
                        <File
 
1613
                                RelativePath="..\..\bytecode\CallLinkInfo.cpp"
 
1614
                                >
 
1615
                        </File>
 
1616
                        <File
 
1617
                                RelativePath="..\..\bytecode\CallLinkInfo.h"
 
1618
                                >
 
1619
                        </File>
 
1620
                        <File
 
1621
                                RelativePath="..\..\bytecode\CallLinkStatus.cpp"
 
1622
                                >
 
1623
                        </File>
 
1624
                        <File
 
1625
                                RelativePath="..\..\bytecode\CallLinkStatus.h"
 
1626
                                >
 
1627
                        </File>
 
1628
                        <File
 
1629
                                RelativePath="..\..\bytecode\CallReturnOffsetToBytecodeOffset.h"
 
1630
                                >
 
1631
                        </File>
 
1632
                        <File
 
1633
                                RelativePath="..\..\bytecode\CodeBlock.cpp"
 
1634
                                >
 
1635
                        </File>
 
1636
                        <File
 
1637
                                RelativePath="..\..\bytecode\CodeBlock.h"
 
1638
                                >
 
1639
                        </File>
 
1640
                        <File
 
1641
                                RelativePath="..\..\bytecode\CodeBlockHash.cpp"
 
1642
                                >
 
1643
                        </File>
 
1644
                        <File
 
1645
                                RelativePath="..\..\bytecode\CodeBlockHash.h"
 
1646
                                >
 
1647
                        </File>
 
1648
                        <File
 
1649
                                RelativePath="..\..\bytecode\CodeBlockWithJITType.h"
 
1650
                                >
 
1651
                        </File>
 
1652
                        <File
 
1653
                                RelativePath="..\..\bytecode\CodeOrigin.cpp"
 
1654
                                >
 
1655
                        </File>
 
1656
                        <File
 
1657
                                RelativePath="..\..\bytecode\CodeOrigin.h"
 
1658
                                >
 
1659
                        </File>
 
1660
                        <File
 
1661
                                RelativePath="..\..\bytecode\CodeType.h"
 
1662
                                >
 
1663
                        </File>
 
1664
                        <File
 
1665
                                RelativePath="..\..\bytecode\CodeType.cpp"
 
1666
                                >
 
1667
                        </File>
 
1668
                        <File
 
1669
                                RelativePath="..\..\bytecode\Comment.h"
 
1670
                                >
 
1671
                        </File>
 
1672
                        <File
 
1673
                                RelativePath="..\..\bytecode\EvalCodeCache.h"
 
1674
                                >
 
1675
                        </File>
 
1676
                        <File
 
1677
                                RelativePath="..\..\bytecode\ExecutionCounter.cpp"
 
1678
                                >
 
1679
                        </File>
 
1680
                        <File
 
1681
                                RelativePath="..\..\bytecode\ExpressionRangeInfo.h"
 
1682
                                >
 
1683
                        </File>
 
1684
                        <File
 
1685
                                RelativePath="..\..\bytecode\GetByIdStatus.cpp"
 
1686
                                >
 
1687
                        </File>
 
1688
                        <File
 
1689
                                RelativePath="..\..\bytecode\GetByIdStatus.h"
 
1690
                                >
 
1691
                        </File>
 
1692
                        <File
 
1693
                                RelativePath="..\..\bytecode\GlobalResolveInfo.h"
 
1694
                                >
 
1695
                        </File>
 
1696
                        <File
 
1697
                                RelativePath="..\..\bytecode\HandlerInfo.h"
 
1698
                                >
 
1699
                        </File>
 
1700
                        <File
 
1701
                                RelativePath="..\..\bytecode\Instruction.h"
 
1702
                                >
 
1703
                        </File>
 
1704
                        <File
 
1705
                                RelativePath="..\..\bytecode\JumpTable.cpp"
 
1706
                                >
 
1707
                        </File>
 
1708
                        <File
 
1709
                                RelativePath="..\..\bytecode\JumpTable.h"
 
1710
                                >
 
1711
                        </File>
 
1712
                        <File
 
1713
                                RelativePath="..\..\bytecode\LazyOperandValueProfile.cpp"
 
1714
                                >
 
1715
                        </File>
 
1716
                        <File
 
1717
                                RelativePath="..\..\bytecode\LazyOperandValueProfile.h"
 
1718
                                >
 
1719
                        </File>
 
1720
                        <File
 
1721
                                RelativePath="..\..\bytecode\LineInfo.h"
 
1722
                                >
 
1723
                        </File>
 
1724
                        <File
 
1725
                                RelativePath="..\..\bytecode\MethodOfGettingAValueProfile.cpp"
 
1726
                                >
 
1727
                        </File>
 
1728
                        <File
 
1729
                                RelativePath="..\..\bytecode\MethodOfGettingAValueProfile.h"
 
1730
                                >
 
1731
                        </File>
 
1732
                        <File
 
1733
                                RelativePath="..\..\bytecode\Opcode.cpp"
 
1734
                                >
 
1735
                        </File>
 
1736
                        <File
 
1737
                                RelativePath="..\..\bytecode\Opcode.h"
 
1738
                                >
 
1739
                        </File>
 
1740
                        <File
 
1741
                                RelativePath="..\..\bytecode\PolymorphicPutByIdList.cpp"
 
1742
                                >
 
1743
                        </File>
 
1744
                        <File
 
1745
                                RelativePath="..\..\bytecode\SpecialPointer.cpp"
 
1746
                                >
 
1747
                        </File>
 
1748
                        <File
 
1749
                                RelativePath="..\..\bytecode\SpecialPointer.h"
 
1750
                                >
 
1751
                        </File>
 
1752
                        <File
 
1753
                                RelativePath="..\..\bytecode\SpeculatedType.cpp"
 
1754
                                >
 
1755
                        </File>
 
1756
                        <File
 
1757
                                RelativePath="..\..\bytecode\SpeculatedType.h"
 
1758
                                >
 
1759
                        </File>
 
1760
                        <File
 
1761
                                RelativePath="..\..\bytecode\PutByIdStatus.cpp"
 
1762
                                >
 
1763
                        </File>
 
1764
                        <File
 
1765
                                RelativePath="..\..\bytecode\PutByIdStatus.h"
 
1766
                                >
 
1767
                        </File>
 
1768
                        <File
 
1769
                                RelativePath="..\..\bytecode\SamplingTool.cpp"
 
1770
                                >
 
1771
                        </File>
 
1772
                        <File
 
1773
                                RelativePath="..\..\bytecode\SamplingTool.h"
 
1774
                                >
 
1775
                        </File>
 
1776
                        <File
 
1777
                                RelativePath="..\..\bytecode\StructureStubClearingWatchpoint.cpp"
 
1778
                                >
 
1779
                        </File>
 
1780
                        <File
 
1781
                                RelativePath="..\..\bytecode\StructureStubClearingWatchpoint.h"
 
1782
                                >
 
1783
                        </File>
 
1784
                        <File
 
1785
                                RelativePath="..\..\bytecode\StructureStubInfo.cpp"
 
1786
                                >
 
1787
                        </File>
 
1788
                        <File
 
1789
                                RelativePath="..\..\bytecode\StructureStubInfo.h"
 
1790
                                >
 
1791
                        </File>
 
1792
                        <File
 
1793
                                RelativePath="..\..\bytecode\UnlinkedCodeBlock.cpp"
 
1794
                                >
 
1795
                        </File>
 
1796
                        <File
 
1797
                                RelativePath="..\..\bytecode\UnlinkedCodeBlock.h"
 
1798
                                >
 
1799
                        </File>
 
1800
                        <File
 
1801
                                RelativePath="..\..\bytecode\ValueProfile.h"
 
1802
                                >
 
1803
                        </File>
 
1804
                        <File
 
1805
                                RelativePath="..\..\bytecode\Watchpoint.cpp"
 
1806
                                >
 
1807
                        </File>
 
1808
                        <File
 
1809
                                RelativePath="..\..\bytecode\Watchpoint.h"
 
1810
                                >
 
1811
                        </File>
 
1812
                </Filter>
 
1813
                <Filter
 
1814
                        Name="debugger"
 
1815
                        >
 
1816
                        <File
 
1817
                                RelativePath="..\..\debugger\Debugger.cpp"
 
1818
                                >
 
1819
                        </File>
 
1820
                        <File
 
1821
                                RelativePath="..\..\debugger\Debugger.h"
 
1822
                                >
 
1823
                        </File>
 
1824
                        <File
 
1825
                                RelativePath="..\..\debugger\DebuggerActivation.cpp"
 
1826
                                >
 
1827
                        </File>
 
1828
                        <File
 
1829
                                RelativePath="..\..\debugger\DebuggerActivation.h"
 
1830
                                >
 
1831
                        </File>
 
1832
                        <File
 
1833
                                RelativePath="..\..\debugger\DebuggerCallFrame.cpp"
 
1834
                                >
 
1835
                        </File>
 
1836
                        <File
 
1837
                                RelativePath="..\..\debugger\DebuggerCallFrame.h"
 
1838
                                >
 
1839
                        </File>
 
1840
                </Filter>
 
1841
                <Filter
 
1842
                        Name="assembler"
 
1843
                        >
 
1844
                        <File
 
1845
                                RelativePath="..\..\assembler\AbstractMacroAssembler.h"
 
1846
                                >
 
1847
                        </File>
 
1848
                        <File
 
1849
                                RelativePath="..\..\assembler\AssemblerBuffer.h"
 
1850
                                >
 
1851
                        </File>
 
1852
                        <File
 
1853
                                RelativePath="..\..\assembler\CodeLocation.h"
 
1854
                                >
 
1855
                        </File>
 
1856
                        <File
 
1857
                                RelativePath="..\..\assembler\LinkBuffer.cpp"
 
1858
                                >
 
1859
                        </File>
 
1860
                        <File
 
1861
                                RelativePath="..\..\assembler\LinkBuffer.h"
 
1862
                                >
 
1863
                        </File>
 
1864
                        <File
 
1865
                                RelativePath="..\..\assembler\MacroAssembler.cpp"
 
1866
                                >
 
1867
                        </File>
 
1868
                        <File
 
1869
                                RelativePath="..\..\assembler\MacroAssembler.h"
 
1870
                                >
 
1871
                        </File>
 
1872
                        <File
 
1873
                                RelativePath="..\..\assembler\MacroAssemblerX86.h"
 
1874
                                >
 
1875
                        </File>
 
1876
                        <File
 
1877
                                RelativePath="..\..\assembler\MacroAssemblerX86Common.h"
 
1878
                                >
 
1879
                        </File>
 
1880
                        <File
 
1881
                                RelativePath="..\..\assembler\RepatchBuffer.h"
 
1882
                                >
 
1883
                        </File>
 
1884
                        <File
 
1885
                                RelativePath="..\..\assembler\X86Assembler.h"
 
1886
                                >
 
1887
                        </File>
 
1888
                </Filter>
 
1889
                <Filter
 
1890
                        Name="dfg"
 
1891
                        >
 
1892
                        <File
 
1893
                                RelativePath="..\..\dfg\DFGDriver.h"
 
1894
                                >
 
1895
                        </File>
 
1896
                        <File
 
1897
                                RelativePath="..\..\dfg\DFGIntrinsic.h"
 
1898
                                >
 
1899
                        </File>
 
1900
                        <File
 
1901
                                RelativePath="..\..\dfg\DFGOSREntry.h"
 
1902
                                >
 
1903
                        </File>
 
1904
                </Filter>
 
1905
                <Filter
 
1906
                        Name="yarr"
 
1907
                        >
 
1908
                        <File
 
1909
                                RelativePath="..\..\yarr\Yarr.h"
 
1910
                                >
 
1911
                        </File>
 
1912
                        <File
 
1913
                                RelativePath="..\..\yarr\YarrCanonicalizeUCS2.cpp"
 
1914
                                >
 
1915
                        </File>
 
1916
                        <File
 
1917
                                RelativePath="..\..\yarr\YarrCanonicalizeUCS2.h"
 
1918
                                >
 
1919
                        </File>
 
1920
                        <File
 
1921
                                RelativePath="..\..\yarr\YarrInterpreter.cpp"
 
1922
                                >
 
1923
                        </File>
 
1924
                        <File
 
1925
                                RelativePath="..\..\yarr\YarrInterpreter.h"
 
1926
                                >
 
1927
                        </File>
 
1928
                        <File
 
1929
                                RelativePath="..\..\yarr\YarrJIT.cpp"
 
1930
                                >
 
1931
                        </File>
 
1932
                        <File
 
1933
                                RelativePath="..\..\yarr\YarrJIT.h"
 
1934
                                >
 
1935
                        </File>
 
1936
                        <File
 
1937
                                RelativePath="..\..\yarr\YarrParser.h"
 
1938
                                >
 
1939
                        </File>
 
1940
                        <File
 
1941
                                RelativePath="..\..\yarr\YarrPattern.cpp"
 
1942
                                >
 
1943
                        </File>
 
1944
                        <File
 
1945
                                RelativePath="..\..\yarr\YarrPattern.h"
 
1946
                                >
 
1947
                        </File>
 
1948
                        <File
 
1949
                                RelativePath="..\..\yarr\YarrSyntaxChecker.cpp"
 
1950
                                >
 
1951
                        </File>
 
1952
                        <File
 
1953
                                RelativePath="..\..\yarr\YarrSyntaxChecker.h"
 
1954
                                >
 
1955
                        </File>
 
1956
                </Filter>
 
1957
                <Filter
 
1958
                        Name="jit"
 
1959
                        >
 
1960
                        <File
 
1961
                                RelativePath="..\..\jit\ClosureCallStubRoutine.cpp"
 
1962
                                >
 
1963
                        </File>
 
1964
                        <File
 
1965
                                RelativePath="..\..\jit\ClosureCallStubRoutine.h"
 
1966
                                >
 
1967
                        </File>
 
1968
                        <File
 
1969
                                RelativePath="..\..\jit\ExecutableAllocator.cpp"
 
1970
                                >
 
1971
                        </File>
 
1972
                        <File
 
1973
                                RelativePath="..\..\jit\ExecutableAllocator.h"
 
1974
                                >
 
1975
                        </File>
 
1976
                        <File
 
1977
                                RelativePath="..\..\jit\HostCallReturnValue.cpp"
 
1978
                                >
 
1979
                        </File>
 
1980
                        <File
 
1981
                                RelativePath="..\..\jit\GCAwareJITStubRoutine.cpp"
 
1982
                                >
 
1983
                        </File>
 
1984
                        <File
 
1985
                                RelativePath="..\..\jit\GCAwareJITStubRoutine.h"
 
1986
                                >
 
1987
                        </File>
 
1988
                        <File
 
1989
                                RelativePath="..\..\jit\JIT.cpp"
 
1990
                                >
 
1991
                        </File>
 
1992
                        <File
 
1993
                                RelativePath="..\..\jit\JIT.h"
 
1994
                                >
 
1995
                        </File>
 
1996
                        <File
 
1997
                                RelativePath="..\..\jit\JITArithmetic.cpp"
 
1998
                                >
 
1999
                        </File>
 
2000
                        <File
 
2001
                                RelativePath="..\..\jit\JITArithmetic32_64.cpp"
 
2002
                                >
 
2003
                        </File>
 
2004
                        <File
 
2005
                                RelativePath="..\..\jit\JITCall.cpp"
 
2006
                                >
 
2007
                        </File>
 
2008
                        <File
 
2009
                                RelativePath="..\..\jit\JITCall32_64.cpp"
 
2010
                                >
 
2011
                        </File>
 
2012
                        <File
 
2013
                                RelativePath="..\..\jit\JITCode.cpp"
 
2014
                                >
 
2015
                        </File>
 
2016
                        <File
 
2017
                                RelativePath="..\..\jit\JITCode.h"
 
2018
                                >
 
2019
                        </File>
 
2020
                        <File
 
2021
                                RelativePath="..\..\jit\JITDisassembler.cpp"
 
2022
                                >
 
2023
                        </File>
 
2024
                        <File
 
2025
                                RelativePath="..\..\jit\JITDisassembler.h"
 
2026
                                >
 
2027
                        </File>
 
2028
                        <File
 
2029
                                RelativePath="..\..\jit\JITExceptions.cpp"
 
2030
                                >
 
2031
                        </File>
 
2032
                        <File
 
2033
                                RelativePath="..\..\jit\JITExceptions.h"
 
2034
                                >
 
2035
                        </File>
 
2036
                        <File
 
2037
                                RelativePath="..\..\jit\JITInlines.h"
 
2038
                                >
 
2039
                        </File>
 
2040
                        <File
 
2041
                                RelativePath="..\..\jit\JITOpcodes.cpp"
 
2042
                                >
 
2043
                        </File>
 
2044
                        <File
 
2045
                                RelativePath="..\..\jit\JITOpcodes32_64.cpp"
 
2046
                                >
 
2047
                        </File>
 
2048
                        <File
 
2049
                                RelativePath="..\..\jit\JITPropertyAccess.cpp"
 
2050
                                >
 
2051
                        </File>
 
2052
                        <File
 
2053
                                RelativePath="..\..\jit\JITPropertyAccess32_64.cpp"
 
2054
                                >
 
2055
                        </File>
 
2056
                        <File
 
2057
                                RelativePath="..\..\jit\JITStubCall.h"
 
2058
                                >
 
2059
                        </File>
 
2060
                        <File
 
2061
                                RelativePath="..\..\jit\JITStubRoutine.cpp"
 
2062
                                >
 
2063
                        </File>
 
2064
                        <File
 
2065
                                RelativePath="..\..\jit\JITStubRoutine.h"
 
2066
                                >
 
2067
                        </File>
 
2068
                        <File
 
2069
                                RelativePath="..\..\jit\JITStubs.cpp"
 
2070
                                >
 
2071
                        </File>
 
2072
                        <File
 
2073
                                RelativePath="..\..\jit\JITStubs.h"
 
2074
                                >
 
2075
                        </File>
 
2076
                        <File
 
2077
                                RelativePath="..\..\jit\JumpReplacementWatchpoint.cpp"
 
2078
                                >
 
2079
                        </File>
 
2080
                        <File
 
2081
                                RelativePath="..\..\jit\JumpReplacementWatchpoint.h"
 
2082
                                >
 
2083
                        </File>
 
2084
                        <File
 
2085
                                RelativePath="..\..\jit\JSInterfaceJIT.h"
 
2086
                                >
 
2087
                        </File>
 
2088
                        <File
 
2089
                                RelativePath="..\..\jit\SpecializedThunkJIT.h"
 
2090
                                >
 
2091
                        </File>
 
2092
                        <File
 
2093
                                RelativePath="..\..\jit\ThunkGenerators.cpp"
 
2094
                                >
 
2095
                        </File>
 
2096
                        <File
 
2097
                                RelativePath="..\..\jit\ThunkGenerators.h"
 
2098
                                >
 
2099
                        </File>
 
2100
                </Filter>
 
2101
                <Filter
 
2102
                        Name="llint"
 
2103
                        >
 
2104
                        <File
 
2105
                                RelativePath="..\..\llint\LLIntCLoop.cpp"
 
2106
                                >
 
2107
                        </File>
 
2108
                        <File
 
2109
                                RelativePath="..\..\llint\LLIntCLoop.h"
 
2110
                                >
 
2111
                        </File>
 
2112
                        <File
 
2113
                                RelativePath="..\..\llint\LLIntCommon.h"
 
2114
                                >
 
2115
                        </File>
 
2116
                        <File
 
2117
                                RelativePath="..\..\llint\LLIntData.cpp"
 
2118
                                >
 
2119
                        </File>
 
2120
                        <File
 
2121
                                RelativePath="..\..\llint\LLIntData.h"
 
2122
                                >
 
2123
                        </File>
 
2124
                        <File
 
2125
                                RelativePath="..\..\llint\LLIntEntrypoints.cpp"
 
2126
                                >
 
2127
                        </File>
 
2128
                        <File
 
2129
                                RelativePath="..\..\llint\LLIntEntrypoints.h"
 
2130
                                >
 
2131
                        </File>
 
2132
                        <File
 
2133
                                RelativePath="..\..\llint\LLIntExceptions.cpp"
 
2134
                                >
 
2135
                        </File>
 
2136
                        <File
 
2137
                                RelativePath="..\..\llint\LLIntExceptions.h"
 
2138
                                >
 
2139
                        </File>
 
2140
                        <File
 
2141
                                RelativePath="..\..\llint\LLIntOfflineAsmConfig.h"
 
2142
                                >
 
2143
                        </File>
 
2144
                        <File
 
2145
                                RelativePath="..\..\llint\LLIntOpcode.h"
 
2146
                                >
 
2147
                        </File>
 
2148
                        <File
 
2149
                                RelativePath="..\..\llint\LLIntSlowPaths.cpp"
 
2150
                                >
 
2151
                        </File>
 
2152
                        <File
 
2153
                                RelativePath="..\..\llint\LLIntSlowPaths.h"
 
2154
                                >
 
2155
                        </File>
 
2156
                        <File
 
2157
                                RelativePath="..\..\llint\LLIntThunks.cpp"
 
2158
                                >
 
2159
                        </File>
 
2160
                        <File
 
2161
                                RelativePath="..\..\llint\LLIntThunks.h"
 
2162
                                >
 
2163
                        </File>
 
2164
                        <File
 
2165
                                RelativePath="..\..\llint\LowLevelInterpreter.cpp"
 
2166
                                >
 
2167
                        </File>
 
2168
                        <File
 
2169
                                RelativePath="..\..\llint\LowLevelInterpreter.h"
 
2170
                                >
 
2171
                        </File>
 
2172
                </Filter>
 
2173
                <Filter
 
2174
                        Name="disassembler"
 
2175
                        >
 
2176
                        <File
 
2177
                                RelativePath="..\..\disassembler\Disassembler.cpp"
 
2178
                                >
 
2179
                        </File>
 
2180
                        <File
 
2181
                                RelativePath="..\..\disassembler\Disassembler.h"
 
2182
                                >
 
2183
                        </File>
 
2184
                </Filter>
 
2185
                <Filter
 
2186
                        Name="interpreter"
 
2187
                        >
 
2188
                        <File
 
2189
                                RelativePath="..\..\interpreter\AbstractPC.cpp"
 
2190
                                >
 
2191
                        </File>
 
2192
                        <File
 
2193
                                RelativePath="..\..\interpreter\AbstractPC.h"
 
2194
                                >
 
2195
                        </File>
 
2196
                        <File
 
2197
                                RelativePath="..\..\interpreter\CachedCall.h"
 
2198
                                >
 
2199
                        </File>
 
2200
                        <File
 
2201
                                RelativePath="..\..\interpreter\CallFrame.cpp"
 
2202
                                >
 
2203
                        </File>
 
2204
                        <File
 
2205
                                RelativePath="..\..\interpreter\CallFrame.h"
 
2206
                                >
 
2207
                        </File>
 
2208
                        <File
 
2209
                                RelativePath="..\..\interpreter\CallFrameClosure.h"
 
2210
                                >
 
2211
                        </File>
 
2212
                        <File
 
2213
                                RelativePath="..\..\interpreter\Interpreter.cpp"
 
2214
                                >
 
2215
                        </File>
 
2216
                        <File
 
2217
                                RelativePath="..\..\interpreter\Interpreter.h"
 
2218
                                >
 
2219
                        </File>
 
2220
                        <File
 
2221
                                RelativePath="..\..\interpreter\JSStack.cpp"
 
2222
                                >
 
2223
                        </File>
 
2224
                        <File
 
2225
                                RelativePath="..\..\interpreter\JSStack.h"
 
2226
                                >
 
2227
                        </File>
 
2228
                        <File
 
2229
                                RelativePath="..\..\interpreter\Register.h"
 
2230
                                >
 
2231
                        </File>
 
2232
                        <File
 
2233
                                RelativePath="..\..\interpreter\VMInspector.cpp"
 
2234
                                >
 
2235
                        </File>
 
2236
                        <File
 
2237
                                RelativePath="..\..\interpreter\VMInspector.h"
 
2238
                                >
 
2239
                        </File>
 
2240
                </Filter>
 
2241
                <Filter
 
2242
                        Name="bytecompiler"
 
2243
                        >
 
2244
                        <File
 
2245
                                RelativePath="..\..\bytecompiler\BytecodeGenerator.cpp"
 
2246
                                >
 
2247
                        </File>
 
2248
                        <File
 
2249
                                RelativePath="..\..\bytecompiler\BytecodeGenerator.h"
 
2250
                                >
 
2251
                        </File>
 
2252
                        <File
 
2253
                                RelativePath="..\..\bytecompiler\Label.h"
 
2254
                                >
 
2255
                        </File>
 
2256
                        <File
 
2257
                                RelativePath="..\..\bytecompiler\LabelScope.h"
 
2258
                                >
 
2259
                        </File>
 
2260
                        <File
 
2261
                                RelativePath="..\..\bytecompiler\NodesCodegen.cpp"
 
2262
                                >
 
2263
                        </File>
 
2264
                        <File
 
2265
                                RelativePath="..\..\bytecompiler\RegisterID.h"
 
2266
                                >
 
2267
                        </File>
 
2268
                </Filter>
 
2269
                <Filter
 
2270
                        Name="parser"
 
2271
                        >
 
2272
                        <File
 
2273
                                RelativePath="..\..\parser\ASTBuilder.h"
 
2274
                                >
 
2275
                        </File>
 
2276
                        <File
 
2277
                                RelativePath="..\..\parser\Lexer.cpp"
 
2278
                                >
 
2279
                        </File>
 
2280
                        <File
 
2281
                                RelativePath="..\..\parser\Lexer.h"
 
2282
                                >
 
2283
                        </File>
 
2284
                        <File
 
2285
                                RelativePath="..\..\parser\NodeConstructors.h"
 
2286
                                >
 
2287
                        </File>
 
2288
                        <File
 
2289
                                RelativePath="..\..\parser\NodeInfo.h"
 
2290
                                >
 
2291
                        </File>
 
2292
                        <File
 
2293
                                RelativePath="..\..\parser\Nodes.cpp"
 
2294
                                >
 
2295
                        </File>
 
2296
                        <File
 
2297
                                RelativePath="..\..\parser\Nodes.h"
 
2298
                                >
 
2299
                        </File>
 
2300
                        <File
 
2301
                                RelativePath="..\..\parser\Parser.cpp"
 
2302
                                >
 
2303
                        </File>
 
2304
                        <File
 
2305
                                RelativePath="..\..\parser\Parser.h"
 
2306
                                >
 
2307
                        </File>
 
2308
                        <File
 
2309
                                RelativePath="..\..\parser\ParserModes.h"
 
2310
                                >
 
2311
                        </File>
 
2312
                        <File
 
2313
                                RelativePath="..\..\parser\ParserArena.cpp"
 
2314
                                >
 
2315
                        </File>
 
2316
                        <File
 
2317
                                RelativePath="..\..\parser\ParserArena.h"
 
2318
                                >
 
2319
                        </File>
 
2320
                        <File
 
2321
                                RelativePath="..\..\parser\ResultType.h"
 
2322
                                >
 
2323
                        </File>
 
2324
                        <File
 
2325
                                RelativePath="..\..\parser\SourceCode.h"
 
2326
                                >
 
2327
                        </File>
 
2328
                        <File
 
2329
                                RelativePath="..\..\parser\SourceProvider.h"
 
2330
                                >
 
2331
                        </File>
 
2332
                        <File
 
2333
                                RelativePath="..\..\parser\SourceProviderCache.cpp"
 
2334
                                >
 
2335
                        </File>
 
2336
                        <File
 
2337
                                RelativePath="..\..\parser\SourceProviderCache.h"
 
2338
                                >
 
2339
                        </File>
 
2340
                        <File
 
2341
                                RelativePath="..\..\parser\SourceProviderCacheItem.h"
 
2342
                                >
 
2343
                        </File>
 
2344
                        <File
 
2345
                                RelativePath="..\..\parser\SyntaxChecker.h"
 
2346
                                >
 
2347
                        </File>
 
2348
                </Filter>
 
2349
                <Filter
 
2350
                        Name="Derived Sources"
 
2351
                        >
 
2352
                        <File
 
2353
                                RelativePath="$(ConfigurationBuildDir)\obj\$(ProjectName)\DerivedSources\ArrayPrototype.lut.h"
 
2354
                                >
 
2355
                        </File>
 
2356
                        <File
 
2357
                                RelativePath="$(ConfigurationBuildDir)\obj\$(ProjectName)\DerivedSources\DatePrototype.lut.h"
 
2358
                                >
 
2359
                        </File>
 
2360
                        <File
 
2361
                                RelativePath="$(ConfigurationBuildDir)\obj\$(ProjectName)\DerivedSources\lexer.lut.h"
 
2362
                                >
 
2363
                        </File>
 
2364
                        <File
 
2365
                                RelativePath="$(ConfigurationBuildDir)\obj\$(ProjectName)\DerivedSources\MathObject.lut.h"
 
2366
                                >
 
2367
                        </File>
 
2368
                        <File
 
2369
                                RelativePath="$(ConfigurationBuildDir)\obj\$(ProjectName)\DerivedSources\NamePrototype.lut.h"
 
2370
                                >
 
2371
                        </File>
 
2372
                        <File
 
2373
                                RelativePath="$(ConfigurationBuildDir)\obj\$(ProjectName)\DerivedSources\NumberConstructor.lut.h"
 
2374
                                >
 
2375
                        </File>
 
2376
                        <File
 
2377
                                RelativePath="$(ConfigurationBuildDir)\obj\$(ProjectName)\DerivedSources\RegExpConstructor.lut.h"
 
2378
                                >
 
2379
                        </File>
 
2380
                        <File
 
2381
                                RelativePath="$(ConfigurationBuildDir)\obj\$(ProjectName)\DerivedSources\RegExpObject.lut.h"
 
2382
                                >
 
2383
                        </File>
 
2384
                        <File
 
2385
                                RelativePath="$(ConfigurationBuildDir)\obj\$(ProjectName)\DerivedSources\StringPrototype.lut.h"
 
2386
                                >
 
2387
                        </File>
 
2388
                </Filter>
 
2389
                <Filter
 
2390
                        Name="heap"
 
2391
                        >
 
2392
                        <File
 
2393
                                RelativePath="..\..\heap\ConservativeRoots.cpp"
 
2394
                                >
 
2395
                        </File>
 
2396
                        <File
 
2397
                                RelativePath="..\..\heap\ConservativeRoots.h"
 
2398
                                >
 
2399
                        </File>
 
2400
                        <File
 
2401
                                RelativePath="..\..\heap\CopiedAllocator.h"
 
2402
                                >
 
2403
                        </File>
 
2404
                        <File
 
2405
                                RelativePath="..\..\heap\CopiedBlock.h"
 
2406
                                >
 
2407
                        </File>
 
2408
                        <File
 
2409
                                RelativePath="..\..\heap\CopiedSpace.cpp"
 
2410
                                >
 
2411
                        </File>
 
2412
                        <File
 
2413
                                RelativePath="..\..\heap\CopiedSpace.h"
 
2414
                                >
 
2415
                        </File>
 
2416
                        <File
 
2417
                                RelativePath="..\..\heap\CopiedSpaceInlines.h"
 
2418
                                >
 
2419
                        </File>
 
2420
                        <File
 
2421
                                RelativePath="..\..\heap\CopyVisitor.cpp"
 
2422
                                >
 
2423
                        </File>
 
2424
                        <File
 
2425
                                RelativePath="..\..\heap\CopyVisitor.h"
 
2426
                                >
 
2427
                        </File>
 
2428
                        <File
 
2429
                                RelativePath="..\..\heap\CopyVisitorInlines.h"
 
2430
                                >
 
2431
                        </File>
 
2432
                        <File
 
2433
                                RelativePath="..\..\heap\DFGCodeBlocks.cpp"
 
2434
                                >
 
2435
                        </File>
 
2436
                        <File
 
2437
                                RelativePath="..\..\heap\DFGCodeBlocks.h"
 
2438
                                >
 
2439
                        </File>
 
2440
                        <File
 
2441
                                RelativePath="..\..\heap\GCAssertions.h"
 
2442
                                >
 
2443
                        </File>
 
2444
                        <File
 
2445
                                RelativePath="..\..\heap\Handle.h"
 
2446
                                >
 
2447
                        </File>
 
2448
                        <File
 
2449
                                RelativePath="..\..\heap\HandleSet.cpp"
 
2450
                                >
 
2451
                        </File>
 
2452
                        <File
 
2453
                                RelativePath="..\..\heap\HandleSet.h"
 
2454
                                >
 
2455
                        </File>
 
2456
                        <File
 
2457
                                RelativePath="..\..\heap\HeapTimer.cpp"
 
2458
                                >
 
2459
                        </File>
 
2460
                        <File
 
2461
                                RelativePath="..\..\heap\HeapTimer.h"
 
2462
                                >
 
2463
                        </File>
 
2464
                        <File
 
2465
                                RelativePath="..\..\heap\JITStubRoutineSet.cpp"
 
2466
                                >
 
2467
                        </File>
 
2468
                        <File
 
2469
                                RelativePath="..\..\heap\JITStubRoutineSet.h"
 
2470
                                >
 
2471
                        </File>
 
2472
                        <File
 
2473
                                RelativePath="..\..\heap\IncrementalSweeper.h"
 
2474
                                >
 
2475
                        </File>
 
2476
                        <File
 
2477
                                RelativePath="..\..\heap\IncrementalSweeper.cpp"
 
2478
                                >
 
2479
                        </File>
 
2480
                        <File
 
2481
                                RelativePath="..\..\heap\WeakBlock.cpp"
 
2482
                                >
 
2483
                        </File>
 
2484
                        <File
 
2485
                                RelativePath="..\..\heap\WeakBlock.h"
 
2486
                                >
 
2487
                        </File>
 
2488
                        <File
 
2489
                                RelativePath="..\..\heap\WeakSet.cpp"
 
2490
                                >
 
2491
                        </File>
 
2492
                        <File
 
2493
                                RelativePath="..\..\heap\WeakSet.h"
 
2494
                                >
 
2495
                        </File>
 
2496
                        <File
 
2497
                                RelativePath="..\..\heap\WeakSetInlines.h"
 
2498
                                >
 
2499
                        </File>
 
2500
                        <File
 
2501
                                RelativePath="..\..\heap\WeakImpl.h"
 
2502
                                >
 
2503
                        </File>
 
2504
                        <File
 
2505
                                RelativePath="..\..\heap\WeakHandleOwner.cpp"
 
2506
                                >
 
2507
                        </File>
 
2508
                        <File
 
2509
                                RelativePath="..\..\heap\WeakHandleOwner.h"
 
2510
                                >
 
2511
                        </File>
 
2512
                        <File
 
2513
                                RelativePath="..\..\heap\HandleStack.cpp"
 
2514
                                >
 
2515
                        </File>
 
2516
                        <File
 
2517
                                RelativePath="..\..\heap\HandleStack.h"
 
2518
                                >
 
2519
                        </File>
 
2520
                        <File
 
2521
                                RelativePath="..\..\heap\BlockAllocator.cpp"
 
2522
                                >
 
2523
                        </File>
 
2524
                        <File
 
2525
                                RelativePath="..\..\heap\BlockAllocator.h"
 
2526
                                >
 
2527
                        </File>
 
2528
                        <File
 
2529
                                RelativePath="..\..\heap\GCThread.cpp"
 
2530
                                >
 
2531
                        </File>
 
2532
                        <File
 
2533
                                RelativePath="..\..\heap\GCThread.h"
 
2534
                                >
 
2535
                        </File>
 
2536
                        <File
 
2537
                                RelativePath="..\..\heap\GCThreadSharedData.cpp"
 
2538
                                >
 
2539
                        </File>
 
2540
                        <File
 
2541
                        RelativePath="..\..\heap\GCThreadSharedData.h"
 
2542
                        >
 
2543
                        </File>
 
2544
                        <File
 
2545
                                RelativePath="..\..\heap\Heap.cpp"
 
2546
                                >
 
2547
                        </File>
 
2548
                        <File
 
2549
                                RelativePath="..\..\heap\Heap.h"
 
2550
                                >
 
2551
                        </File>
 
2552
                        <File
 
2553
                                RelativePath="..\..\heap\HeapBlock.h"
 
2554
                                >
 
2555
                        </File>
 
2556
                        <File
 
2557
                                RelativePath="..\..\heap\HeapRootVisitor.h"
 
2558
                                >
 
2559
                        </File>
 
2560
            <File
 
2561
                RelativePath="..\..\heap\HeapStatistics.cpp"
 
2562
            >
 
2563
            </File>
 
2564
            <File
 
2565
                RelativePath="..\..\heap\HeapStatistics.h"
 
2566
            >
 
2567
            </File>
 
2568
                        <File
 
2569
                                RelativePath="..\..\heap\Local.h"
 
2570
                                >
 
2571
                        </File>
 
2572
                        <File
 
2573
                                RelativePath="..\..\heap\LocalScope.h"
 
2574
                                >
 
2575
                        </File>
 
2576
                        <File
 
2577
                                RelativePath="..\..\heap\MachineStackMarker.cpp"
 
2578
                                >
 
2579
                        </File>
 
2580
                        <File
 
2581
                                RelativePath="..\..\heap\MachineStackMarker.h"
 
2582
                                >
 
2583
                        </File>
 
2584
                        <File
 
2585
                                RelativePath="..\..\heap\MarkedAllocator.cpp"
 
2586
                                >
 
2587
                        </File>
 
2588
                        <File
 
2589
                                RelativePath="..\..\heap\MarkedAllocator.h"
 
2590
                                >
 
2591
                        </File>
 
2592
                        <File
 
2593
                                RelativePath="..\..\heap\MarkedBlock.cpp"
 
2594
                                >
 
2595
                        </File>
 
2596
                        <File
 
2597
                                RelativePath="..\..\heap\MarkedBlock.h"
 
2598
                                >
 
2599
                        </File>
 
2600
                        <File
 
2601
                                RelativePath="..\..\heap\MarkedSpace.cpp"
 
2602
                                >
 
2603
                        </File>
 
2604
                        <File
 
2605
                                RelativePath="..\..\heap\MarkedSpace.h"
 
2606
                                >
 
2607
                        </File>
 
2608
                        <File
 
2609
                                RelativePath="..\..\heap\MarkStack.cpp"
 
2610
                                >
 
2611
                        </File>
 
2612
                        <File
 
2613
                                RelativePath="..\..\heap\MarkStack.h"
 
2614
                                >
 
2615
                        </File>
 
2616
                        <File
 
2617
                                RelativePath="..\..\heap\MarkStackInlines.h"
 
2618
                                >
 
2619
                        </File>
 
2620
                        <File
 
2621
                                RelativePath="..\..\heap\SlotVisitor.cpp"
 
2622
                                >
 
2623
                        </File>
 
2624
                        <File
 
2625
                                RelativePath="..\..\heap\Strong.h"
 
2626
                                >
 
2627
                        </File>
 
2628
                        <File
 
2629
                                RelativePath="..\..\heap\StrongInlines.h"
 
2630
                                >
 
2631
                        </File>
 
2632
                        <File
 
2633
                                RelativePath="..\..\heap\VTableSpectrum.cpp"
 
2634
                                >
 
2635
                        </File>
 
2636
                        <File
 
2637
                                RelativePath="..\..\heap\VTableSpectrum.h"
 
2638
                                >
 
2639
                        </File>
 
2640
                        <File
 
2641
                                RelativePath="..\..\heap\Weak.h"
 
2642
                                >
 
2643
                        </File>
 
2644
                        <File
 
2645
                                RelativePath="..\..\heap\WriteBarrierSupport.cpp"
 
2646
                                >
 
2647
                        </File>
 
2648
                        <File
 
2649
                                RelativePath="..\..\heap\WriteBarrierSupport.h"
 
2650
                                >
 
2651
                        </File>
 
2652
                </Filter>
 
2653
                <File
 
2654
                        RelativePath="..\..\config.h"
 
2655
                        >
 
2656
                </File>
 
2657
                <File
 
2658
                        RelativePath=".\JavaScriptCore.def"
 
2659
                        >
 
2660
                </File>
 
2661
                <File
 
2662
                        RelativePath=".\JavaScriptCore_debug.def"
 
2663
                        >
 
2664
                </File>
 
2665
        </Files>
 
2666
        <Globals>
 
2667
        </Globals>
 
2668
</VisualStudioProject>