Reviewers: Igor Sheludko,

Message:
PTAL

Description:
Add generated test

BUG=

Please review this at https://codereview.chromium.org/424043006/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+5, -1 lines):
  A + test/mjsunit/runtime-gen/defineapiaccessorproperty.js


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);


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to