-
Notifications
You must be signed in to change notification settings - Fork 1
/
info.yaml
127 lines (117 loc) · 3.73 KB
/
info.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
tests:
aliases:
- name: "alias-1"
path: "test-suite/aliasing/alias1.js"
description: "TODO"
- name: "alias-2"
path: "test-suite/aliasing/alias2.js"
description: "TODO"
- name: "alias-3"
path: "test-suite/aliasing/alias3.js"
description: "TODO"
arguments:
- name: "arguments1"
path: "test-suite/arguments/arguments-1.js"
description: "TODO"
closure:
- name: "closure1"
path: "test-suite/closure/closure-1.js"
description: "TODO"
- name: "closure2"
path: "test-suite/closure/closure-2.js"
description: "TODO"
- name: "closure3"
path: "test-suite/closure/closure-3.js"
description: "TODO"
context-sensitivity:
- name: "context-sensitvity1"
path: "test-suite/context-sensitivity/context-sensitivity-1.js"
description: "TODO"
- name: "context-sensitvity2"
path: "test-suite/context-sensitivity/context-sensitivity-2.js"
description: "TODO"
- name: "context-sensitvity3"
path: "test-suite/context-sensitivity/context-sensitivity-3.js"
description: "TODO"
eval:
- name: "eval1"
path: "test-suite/eval/eval-1.js"
description: "TODO"
- name: "eval2"
path: "test-suite/eval/eval-2.js"
description: "TODO"
- name: "eval3"
path: "test-suite/eval/eval-3.js"
description: "TODO"
flow-sensitivity:
- name: "flow-sensitvity1"
path: "test-suite/flow-sensitivity/flow-sensitivity-1.js"
description: "TODO"
- name: "flow-sensitvity2"
path: "test-suite/flow-sensitivity/flow-sensitivity-2.js"
description: "TODO"
iife:
- name: "iife1"
path: "test-suite/IIFE/iife-1.js"
description: "TODO"
- name: "iife2"
path: "test-suite/IIFE/iife-2.js"
description: "TODO"
object-sensitivity:
- name: "object-sensitvity1"
path: "test-suite/object-sensitivity/object-sensitivity-1.js"
description: "TODO"
- name: "object-sensitvity2"
path: "test-suite/object-sensitivity/object-sensitivity-2.js"
description: "TODO"
- name: "object-sensitvity3"
path: "test-suite/object-sensitivity/object-sensitivity-3.js"
description: "TODO"
property-name:
- name: "extend-example"
path: "test-suite/property-name/extend-example.js"
description: "TODO"
- name: "property-name1"
path: "test-suite/property-name/property-name-1.js"
description: "TODO"
- name: "property-name2"
path: "test-suite/property-name/property-name-2.js"
description: "TODO"
- name: "property-name3"
path: "test-suite/property-name/property-name-3.js"
description: "TODO"
- name: "property-name4"
path: "test-suite/property-name/property-name-4.js"
description: "TODO"
- name: "property-name5"
path: "test-suite/property-name/property-name-5.js"
description: "TODO"
prototype:
- name: "prototype1"
path: "test-suite/prototype/prototype-1.js"
description: "TODO"
- name: "prototype2"
path: "test-suite/prototype/prototype-2.js"
description: "TODO"
- name: "prototype3"
path: "test-suite/prototype/prototype-3.js"
description: "TODO"
- name: "prototype4"
path: "test-suite/prototype/prototype-4.js"
description: "TODO"
- name: "prototype5"
path: "test-suite/prototype/prototype-5.js"
description: "TODO"
- name: "prototype6"
path: "test-suite/prototype/prototype-6.js"
description: "TODO"
with:
- name: "with1"
path: "test-suite/with/with-1.js"
description: "TODO"
- name: "with2"
path: "test-suite/with/with-2.js"
description: "TODO"
- name: "with3"
path: "test-suite/with/with-3.js"
description: "TODO"