Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(912)

Unified Diff: test/mjsunit/get-prototype-of.js

Issue 1541233002: Use ES2015-style TypedArray prototype chain (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Test of prototype property descriptor Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/mjsunit/es6/typedarray-proto.js ('k') | test/mjsunit/harmony/reflect-get-prototype-of.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/get-prototype-of.js
diff --git a/test/mjsunit/get-prototype-of.js b/test/mjsunit/get-prototype-of.js
index 47edcb0a771123f03dbd275ccf20a3872f2d58bc..0a43b4cc265be3d716b9e782c5583acd4a91c336 100644
--- a/test/mjsunit/get-prototype-of.js
+++ b/test/mjsunit/get-prototype-of.js
@@ -82,12 +82,12 @@ var functions = [
// DataView,
Date,
Error,
- Float32Array,
- Float64Array,
+ // Float32Array, prototype is %TypedArray%
+ // Float64Array,
Function,
- Int16Array,
- Int32Array,
- Int8Array,
+ // Int16Array,
+ // Int32Array,
+ // Int8Array,
Map,
Number,
Object,
@@ -96,10 +96,10 @@ var functions = [
Set,
String,
// Symbol, not constructible
- Uint16Array,
- Uint32Array,
- Uint8Array,
- Uint8ClampedArray,
+ // Uint16Array,
+ // Uint32Array,
+ // Uint8Array,
+ // Uint8ClampedArray,
WeakMap,
WeakSet,
];
« no previous file with comments | « test/mjsunit/es6/typedarray-proto.js ('k') | test/mjsunit/harmony/reflect-get-prototype-of.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698