| Index: test/mjsunit/harmony/reflect-get-prototype-of.js
|
| diff --git a/test/mjsunit/harmony/reflect-get-prototype-of.js b/test/mjsunit/harmony/reflect-get-prototype-of.js
|
| index 1ce86347df50d161ffe8ba54cd75e0a076790af8..4dee91b61e1f7ba2cff914667f101503046de276 100644
|
| --- a/test/mjsunit/harmony/reflect-get-prototype-of.js
|
| +++ b/test/mjsunit/harmony/reflect-get-prototype-of.js
|
| @@ -105,12 +105,12 @@ var functions = [
|
| // DataView,
|
| Date,
|
| Error,
|
| - Float32Array,
|
| - Float64Array,
|
| + // Float32Array, prototype is %TypedArray%
|
| + // Float64Array,
|
| Function,
|
| - Int16Array,
|
| - Int32Array,
|
| - Int8Array,
|
| + // Int16Array,
|
| + // Int32Array,
|
| + // Int8Array,
|
| Map,
|
| Number,
|
| Object,
|
| @@ -119,10 +119,10 @@ var functions = [
|
| Set,
|
| String,
|
| // Symbol, not constructible
|
| - Uint16Array,
|
| - Uint32Array,
|
| - Uint8Array,
|
| - Uint8ClampedArray,
|
| + // Uint16Array,
|
| + // Uint32Array,
|
| + // Uint8Array,
|
| + // Uint8ClampedArray,
|
| WeakMap,
|
| WeakSet,
|
| ];
|
|
|