| Index: test/mjsunit/runtime-gen/lookupaccessor.js
 | 
| diff --git a/test/mjsunit/runtime-gen/lookupaccessor.js b/test/mjsunit/runtime-gen/lookupaccessor.js
 | 
| new file mode 100644
 | 
| index 0000000000000000000000000000000000000000..42ac82a2dbd24a8eee013ca39597358ec7a53a59
 | 
| --- /dev/null
 | 
| +++ b/test/mjsunit/runtime-gen/lookupaccessor.js
 | 
| @@ -0,0 +1,7 @@
 | 
| +// 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 _receiver = new Object();
 | 
| +var _name = "name";
 | 
| +var _flag = 1;
 | 
| +%LookupAccessor(_receiver, _name, _flag);
 | 
| 
 |