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

Unified Diff: src/prologue.js

Issue 1186733002: Add %TypedArray% to proto chain (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 6 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 | « no previous file | src/runtime/runtime-function.cc » ('j') | src/runtime/runtime-function.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/prologue.js
diff --git a/src/prologue.js b/src/prologue.js
index e7ad29e3587bfb1426d227a8d72a9f39894e5cf0..95abdf0336a79be007c347f2893dd2e84e5e608f 100644
--- a/src/prologue.js
+++ b/src/prologue.js
@@ -177,6 +177,8 @@ function PostNatives(utils) {
"ObjectDefineProperty",
"OwnPropertyKeys",
"ToNameArray",
+ "TypedArray",
+ "TypedArrayPrototype",
];
experimental_exports = {};
%OptimizeObjectForAddingMultipleProperties(
« no previous file with comments | « no previous file | src/runtime/runtime-function.cc » ('j') | src/runtime/runtime-function.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698