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

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

Issue 424043006: Add generated test (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 5 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/runtime-gen/defineapiaccessorproperty.js
diff --git a/test/mjsunit/runtime-gen/arraybufferisview.js b/test/mjsunit/runtime-gen/defineapiaccessorproperty.js
similarity index 57%
copy from test/mjsunit/runtime-gen/arraybufferisview.js
copy to test/mjsunit/runtime-gen/defineapiaccessorproperty.js
index def6b3be00071af822eb9ae4f220ee828d261183..536ad52586aff5e7a5c09a1a952a00bcdb716717 100644
--- a/test/mjsunit/runtime-gen/arraybufferisview.js
+++ b/test/mjsunit/runtime-gen/defineapiaccessorproperty.js
@@ -2,4 +2,8 @@
// AUTO-GENERATED BY tools/generate-runtime-tests.py, DO NOT MODIFY
// Flags: --allow-natives-syntax --harmony
var _object = new Object();
-%ArrayBufferIsView(_object);
+var _name = "name";
+var arg2 = undefined;
+var arg3 = undefined;
+var _attribute = 1;
+%DefineApiAccessorProperty(_object, _name, arg2, arg3, _attribute);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698