| Index: test/mjsunit/runtime-gen/pushifabsent.js
 | 
| diff --git a/test/mjsunit/runtime-gen/pushifabsent.js b/test/mjsunit/runtime-gen/pushifabsent.js
 | 
| new file mode 100644
 | 
| index 0000000000000000000000000000000000000000..a139cafb1ffc908c8d7d44faf8a2441d0e73383b
 | 
| --- /dev/null
 | 
| +++ b/test/mjsunit/runtime-gen/pushifabsent.js
 | 
| @@ -0,0 +1,6 @@
 | 
| +// 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 _array = new Array();
 | 
| +var _element = new Object();
 | 
| +%PushIfAbsent(_array, _element);
 | 
| 
 |