Revision: 22660
Author: [email protected]
Date: Tue Jul 29 08:36:45 2014 UTC
Log: Add generated test
BUG=
[email protected]
Review URL: https://codereview.chromium.org/424043006
http://code.google.com/p/v8/source/detail?r=22660
Added:
/branches/bleeding_edge/test/mjsunit/runtime-gen/defineapiaccessorproperty.js
=======================================
--- /dev/null
+++
/branches/bleeding_edge/test/mjsunit/runtime-gen/defineapiaccessorproperty.js
Tue Jul 29 08:36:45 2014 UTC
@@ -0,0 +1,9 @@
+// Copyright 2014 the V8 project authors. All rights reserved.
+// AUTO-GENERATED BY tools/generate-runtime-tests.py, DO NOT MODIFY
+// Flags: --allow-natives-syntax --harmony
+var _object = new 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.