| Index: test/mjsunit/runtime-gen/setproperty.js
|
| diff --git a/test/mjsunit/runtime-gen/setproperty.js b/test/mjsunit/runtime-gen/setproperty.js
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..bec3ad8575e6102027507734f2520c1fc868a35a
|
| --- /dev/null
|
| +++ b/test/mjsunit/runtime-gen/setproperty.js
|
| @@ -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 _key = new Object();
|
| +var _value = new Object();
|
| +var _unchecked_attributes = 1;
|
| +var _strict_mode_arg = 1;
|
| +%SetProperty(_object, _key, _value, _unchecked_attributes, _strict_mode_arg);
|
|
|