summaryrefslogtreecommitdiffstats
path: root/PerformanceTests/SunSpider/UNCOVERED
blob: 2a34572015668b41d239018fe4b7a3c44bf02b6c (plain)
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

The following language features are not covered:

Operators:

>>>=
^=
%=
in
prefix --
>>=
delete
void
instanceof


statements:

with
switch


core language feaures:

getters / setters
closure data access
heavy use of first-class functions

Builtins:

String.search

Number.toFixed
Number.toExponential
Number.toPrecision

RegExp.exec
RegExp custom properties

Function.apply
Function.call

parseInt
parseFloat
escape
unescape
decodeURI
encodeURI


Date.toDateString
Date.toTimeString
Date.getUTCFullYear
Date.getUTCMonth
Date.getUTCDate
Date.getUTCDay
Date.getUTCSeconds
Date.getMilliseconds
Date.getUTCMilliseconds
Date.set*


Math.E
Math.LN2
Math.LN10
Math.LOG2E
Math.LOG10E
Math.SQRT1_2
Math.SQRT2
Math.acos
Math.asin
Math.atan
Math.atan2
Math.exp
Math.min
Math.tan

Object.hasOwnProperty
Object.propertyIsEnumerable
Object.isPrototypeOf


Array.concat
Array.join
Array.pop 
Array.push
Array.reverse
Array.shift
Array.slice
Array.sort
Array.splice
Array.unshift
Array.every
Array.forEach
Array.some
Array.indexOf
Array.lastIndexOf
Array.filter
Array.map