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