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

Unified Diff: src/runtime/runtime-object.cc

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
Index: src/runtime/runtime-object.cc
diff --git a/src/runtime/runtime-object.cc b/src/runtime/runtime-object.cc
index 99aebda67bd3b2fb4342d867ea959a0e54805325..fe2af9efe62353587c19633bf8c6ba0e83833eac 100644
--- a/src/runtime/runtime-object.cc
+++ b/src/runtime/runtime-object.cc
@@ -156,6 +156,7 @@ RUNTIME_FUNCTION(Runtime_GetPrototype) {
}
+// Set object.__proto__
adamk 2015/06/13 00:49:38 I'd say "Set the [[Prototype]] internal slot" inst
Dan Ehrenberg 2015/06/13 05:54:09 Done.
RUNTIME_FUNCTION(Runtime_InternalSetPrototype) {
HandleScope scope(isolate);
DCHECK(args.length() == 2);

Powered by Google App Engine
This is Rietveld 408576698