forked from mozilla/pluotsorbet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreferences-jsc.ts
30 lines (25 loc) · 878 Bytes
/
references-jsc.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
// Basics
///<reference path='tools/lib.d.ts' />
///<reference path='tools/es6-promises.d.ts' />
///<reference path='config.ts' />
///<reference path='utilities.ts' />
///<reference path='metrics.ts' />
///<reference path='vm/hashtable.ts' />
///<reference path='bytecodes.ts' />
///<reference path='jit/blockMap.ts' />
///<reference path='int.ts' />
///<reference path='vm/runtime.ts' />
///<reference path='vm/parser.ts' />
///<reference path='options.ts' />
///<reference path='types.ts' />
///<reference path='vm/classRegistry.ts' />
///<reference path='bindings.ts' />
///<reference path='nat.ts' />
///<reference path='long.ts' />
///<reference path='scheduler.ts' />
///<reference path='vm/context.ts' />
// JIT
///<reference path='jit/jit.ts' />
///<reference path='jit/analyze.ts' />
///<reference path='jit/baseline.ts' />
///<reference path='jit/compiler.ts' />