diff options
| author | Steve Block <steveblock@google.com> | 2011-05-06 11:45:16 +0100 |
|---|---|---|
| committer | Steve Block <steveblock@google.com> | 2011-05-12 13:44:10 +0100 |
| commit | cad810f21b803229eb11403f9209855525a25d57 (patch) | |
| tree | 29a6fd0279be608e0fe9ffe9841f722f0f4e4269 /PerformanceTests/SunSpider/UNCOVERED | |
| parent | 121b0cf4517156d0ac5111caf9830c51b69bae8f (diff) | |
| download | external_webkit-cad810f21b803229eb11403f9209855525a25d57.zip external_webkit-cad810f21b803229eb11403f9209855525a25d57.tar.gz external_webkit-cad810f21b803229eb11403f9209855525a25d57.tar.bz2 | |
Merge WebKit at r75315: Initial merge by git.
Change-Id: I570314b346ce101c935ed22a626b48c2af266b84
Diffstat (limited to 'PerformanceTests/SunSpider/UNCOVERED')
| -rw-r--r-- | PerformanceTests/SunSpider/UNCOVERED | 99 |
1 files changed, 99 insertions, 0 deletions
diff --git a/PerformanceTests/SunSpider/UNCOVERED b/PerformanceTests/SunSpider/UNCOVERED new file mode 100644 index 0000000..2a34572 --- /dev/null +++ b/PerformanceTests/SunSpider/UNCOVERED @@ -0,0 +1,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 |
