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

Unified Diff: test/mjsunit/runtime-gen/getobjectcontextobjectgetnotifier.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/getobjectcontextobjectgetnotifier.js
diff --git a/test/mjsunit/runtime-gen/arraybufferisview.js b/test/mjsunit/runtime-gen/getobjectcontextobjectgetnotifier.js
similarity index 81%
copy from test/mjsunit/runtime-gen/arraybufferisview.js
copy to test/mjsunit/runtime-gen/getobjectcontextobjectgetnotifier.js
index def6b3be00071af822eb9ae4f220ee828d261183..eb458a29c09c04404b9deb0eee2c9f7e170491a9 100644
--- a/test/mjsunit/runtime-gen/arraybufferisview.js
+++ b/test/mjsunit/runtime-gen/getobjectcontextobjectgetnotifier.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();
-%ArrayBufferIsView(_object);
+%GetObjectContextObjectGetNotifier(_object);

Powered by Google App Engine
This is Rietveld 408576698