forked from sukyoung/safe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbench-api-v8.txt
281 lines (281 loc) · 6.23 KB
/
bench-api-v8.txt
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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
>>> ../sunspider_v0.9.1/3d-cube.js
Math.sqrt
Math.abs
Math.round
Math.cos
Math.sin
>>> ../sunspider_v0.9.1/3d-morph.js
Math.sin
>>> ../sunspider_v0.9.1/3d-raytrace.js
Date.prototype.getTime
Math.abs
Math.sqrt
Object.prototype.valueOf
Array.prototype.toString
Array.prototype.join
>>> ../sunspider_v0.9.1/access-binary-trees.js
Math.max
>>> ../sunspider_v0.9.1/access-fannkuch.js
Number.prototype.toString
>>> ../sunspider_v0.9.1/access-nbody.js
Math.sqrt
>>> ../sunspider_v0.9.1/access-nsieve.js
>>> ../sunspider_v0.9.1/bitops-3bit-bits-in-byte.js
>>> ../sunspider_v0.9.1/bitops-bits-in-byte.js
>>> ../sunspider_v0.9.1/bitops-bitwise-and.js
>>> ../sunspider_v0.9.1/bitops-nsieve-bits.js
>>> ../sunspider_v0.9.1/controlflow-recursive.js
>>> ../sunspider_v0.9.1/crypto-aes.js
String.prototype.charCodeAt
String.prototype.toString
Math.floor
Array.prototype.slice
Array.prototype.concat
Date.prototype.getTime
Math.ceil
String.fromCharCode
String.prototype.replace
Array.prototype.join
String.prototype.split
String.prototype.slice
>>> ../sunspider_v0.9.1/crypto-md5.js
String.prototype.charCodeAt
String.prototype.toString
String.prototype.charAt
>>> ../sunspider_v0.9.1/crypto-sha1.js
String.prototype.charCodeAt
String.prototype.toString
String.prototype.charAt
>>> ../sunspider_v0.9.1/date-format-tofte.js
String.prototype.split
String.prototype.toString
Date.prototype.getFullYear
Date.prototype.getMonth
Date.prototype.getDate
Array.prototype.join
Date.prototype.getDay
Date.prototype.getHours
Date.prototype.getMinutes
Date.prototype.getSeconds
Date.prototype.getTime
Date.prototype.setTime
>>> ../sunspider_v0.9.1/date-format-xparb.js
String.prototype.charAt
String.prototype.toString
String.prototype.replace
String.prototype.substring
Date.prototype.getFullYear
Date.prototype.getMonth
String.prototype.valueOf
Date.prototype.getDate
Date.prototype.getDay
Date.prototype.getHours
Date.prototype.getMinutes
Date.prototype.getSeconds
Date.prototype.getTime
Date.prototype.setTime
>>> ../sunspider_v0.9.1/math-cordic.js
Date.prototype.getTime
>>> ../sunspider_v0.9.1/math-partial-sums.js
Math.sin
Math.cos
Math.pow
>>> ../sunspider_v0.9.1/math-spectral-norm.js
Math.sqrt
>>> ../sunspider_v0.9.1/regexp-dna.js
String.prototype.replace
String.prototype.toString
String.prototype.match
Function.prototype.toString
>>> ../sunspider_v0.9.1/string-base64.js
Math.random
String.fromCharCode
String.prototype.charCodeAt
String.prototype.toString
>>> ../sunspider_v0.9.1/string-fasta.js
String.prototype.substring
String.prototype.toString
Object.prototype.valueOf
Function.prototype.toString
Array.prototype.join
>>> ../sunspider_v0.9.1/string-tagcloud.js
Math.log
String.prototype.replace
String.prototype.toString
RegExp.prototype.test
String.prototype.valueOf
Object.prototype.hasOwnProperty
Array.prototype.sort
Array.prototype.push
String.prototype.charCodeAt
String.prototype.toLowerCase
Math.floor
>>> ../sunspider_v0.9.1/string-unpack-code.js
String.prototype.split
String.prototype.toString
String.prototype.replace
parseInt
Number.prototype.toString
String.fromCharCode
>>> ../sunspider_v0.9.1/string-validate-input.js
Math.random
Math.floor
RegExp.prototype.test
String.prototype.concat
String.prototype.toString
String.prototype.charAt
>>> ../kraken_v1.1/ai-astar.js
Array.prototype.push
Array.prototype.splice
Math.abs
Array.prototype.reverse
>>> ../kraken_v1.1/audio-beat-detection.js
Math.sin
Math.cos
Math.log
Math.floor
Math.pow
Math.sqrt
Date.prototype.getTime
Math.abs
Object.prototype.valueOf
Function.prototype.toString
>>> ../kraken_v1.1/audio-dft.js
Math.sin
Math.cos
Math.pow
Math.sqrt
>>> ../kraken_v1.1/audio-fft.js
Math.sin
Math.cos
Math.log
Math.floor
Math.pow
Math.sqrt
>>> ../kraken_v1.1/audio-oscillator.js
parseInt
Function.prototype.toString
Math.sin
Math.round
>>> ../kraken_v1.1/imaging-darkroom.js
Math.log
Math.pow
>>> ../kraken_v1.1/imaging-desaturate.js
>>> ../kraken_v1.1/imaging-gaussian-blur.js
Array.prototype.push
Math.exp
Math.abs
>>> ../kraken_v1.1/json-parse-financial.js
JSON.parse
>>> ../kraken_v1.1/json-stringify-tinderbox.js
JSON.stringify
>>> ../kraken_v1.1/stanford-crypto-aes.js
Math.pow
Math.floor
Array.prototype.slice
Object.prototype.hasOwnProperty
Array.prototype.push
Date.prototype.valueOf
String.prototype.replace
String.prototype.toString
parseInt
Math.ceil
encodeURIComponent
String.prototype.charCodeAt
Array.prototype.concat
Math.round
Array.prototype.splice
Number.prototype.toString
>>> ../kraken_v1.1/stanford-crypto-ccm.js
Math.pow
Math.floor
Array.prototype.slice
Object.prototype.hasOwnProperty
Array.prototype.push
Date.prototype.valueOf
String.prototype.replace
String.prototype.toString
parseInt
Math.ceil
Math.round
Array.prototype.concat
Array.prototype.pop
>>> ../kraken_v1.1/stanford-crypto-pbkdf2.js
Math.pow
Math.floor
Array.prototype.slice
Object.prototype.hasOwnProperty
Array.prototype.push
Date.prototype.valueOf
String.prototype.replace
String.prototype.toString
parseInt
Math.ceil
encodeURIComponent
String.prototype.charCodeAt
Array.prototype.concat
Math.round
Array.prototype.splice
Number.prototype.toString
>>> ../kraken_v1.1/stanford-crypto-sha256-iterative.js
Math.pow
Math.floor
Array.prototype.slice
Object.prototype.hasOwnProperty
Array.prototype.push
Date.prototype.valueOf
encodeURIComponent
Array.prototype.concat
Array.prototype.splice
Number.prototype.toString
Math.round
String.prototype.charCodeAt
String.prototype.toString
String.prototype.substring
Array.prototype.pop
>>> ../v8_v7/crypto.js
String.prototype.charCodeAt
String.prototype.toString
Math.random
Math.floor
Math.pow
parseInt
Math.min
Math.max
String.prototype.charAt
String.fromCharCode
>>> ../v8_v7/deltablue.js
Function.prototype.call
Array.prototype.push
Array.prototype.pop
>>> ../v8_v7/earley-boyer.js
Array.prototype.push
Number.prototype.toString
String.prototype.charAt
String.prototype.toString
>>> ../v8_v7/navier-stokes.js
Math.sqrt
>>> ../v8_v7/raytrace.js
Math.sqrt
Array.prototype.push
String.prototype.split
String.prototype.toString
Math.pow
Math.max
Math.floor
>>> ../v8_v7/regexp.js
Math.random
Math.floor
String.prototype.charCodeAt
String.prototype.toString
String.fromCharCode
String.prototype.substring
RegExp.prototype.exec
String.prototype.replace
String.prototype.split
Array.prototype.push
String.prototype.match
>>> ../v8_v7/richards.js
>>> ../v8_v7/splay.js
Math.random
Array.prototype.push