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

Unified Diff: test/mjsunit/runtime-gen/getobjectcontextobjectobserve.js

Issue 307543008: Simplify, speed-up correct-context ObjectObserve calls (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: <sigh> remove style fix Created 6 years, 7 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: test/mjsunit/runtime-gen/getobjectcontextobjectobserve.js
diff --git a/test/mjsunit/runtime-gen/getfunctiondelegate.js b/test/mjsunit/runtime-gen/getobjectcontextobjectobserve.js
similarity index 83%
copy from test/mjsunit/runtime-gen/getfunctiondelegate.js
copy to test/mjsunit/runtime-gen/getobjectcontextobjectobserve.js
index 4fb500205f8d53b1509c9ea5e378ffadd4ef0624..3b10b561988503f10cc3848a1d7b49e857e2be6a 100644
--- a/test/mjsunit/runtime-gen/getfunctiondelegate.js
+++ b/test/mjsunit/runtime-gen/getobjectcontextobjectobserve.js
@@ -2,4 +2,4 @@
// AUTO-GENERATED BY tools/generate-runtime-tests.py, DO NOT MODIFY
// Flags: --allow-natives-syntax --harmony
var _object = new Object();
-%GetFunctionDelegate(_object);
+%GetObjectContextObjectObserve(_object);

Powered by Google App Engine
This is Rietveld 408576698