| Index: test/mjsunit/runtime-gen/setisobserved.js
|
| diff --git a/test/mjsunit/runtime-gen/setisobserved.js b/test/mjsunit/runtime-gen/setisobserved.js
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..f194de827507a45699223536927f73e0ad2d42e4
|
| --- /dev/null
|
| +++ b/test/mjsunit/runtime-gen/setisobserved.js
|
| @@ -0,0 +1,5 @@
|
| +// 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 _obj = new Object();
|
| +%SetIsObserved(_obj);
|
|
|