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

Unified Diff: test/mjsunit/es6/prototype-ordinary-objects.js

Issue 1086673002: Revert "ES6: Number and Boolean prototype should be ordinary objects" (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 8 months 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 | « src/v8natives.js ('k') | test/mozilla/mozilla.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/es6/prototype-ordinary-objects.js
diff --git a/test/mjsunit/es6/prototype-ordinary-objects.js b/test/mjsunit/es6/prototype-ordinary-objects.js
index 9cc5d0ff88e5b2357379462c5fa5f35241fce7ba..7b08a72d4fbbcaf57e9e6e6816f93f19e47b0a26 100644
--- a/test/mjsunit/es6/prototype-ordinary-objects.js
+++ b/test/mjsunit/es6/prototype-ordinary-objects.js
@@ -23,8 +23,11 @@ var funcs = [
// https://code.google.com/p/v8/issues/detail?id=4006
// String,
+ // Boolean,
+ // Number,
+ // https://code.google.com/p/v8/issues/detail?id=4001
+
ArrayBuffer,
- Boolean,
DataView,
Float32Array,
Float64Array,
@@ -32,7 +35,6 @@ var funcs = [
Int32Array,
Int8Array,
Map,
- Number,
Object,
Promise,
// Proxy,
« no previous file with comments | « src/v8natives.js ('k') | test/mozilla/mozilla.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698