| Index: test/mjsunit/runtime-gen/setscriptbreakpoint.js
 | 
| diff --git a/test/mjsunit/runtime-gen/setscriptbreakpoint.js b/test/mjsunit/runtime-gen/setscriptbreakpoint.js
 | 
| new file mode 100644
 | 
| index 0000000000000000000000000000000000000000..f83ee7974e9faee76cd00118afb1fe0aaca9f9f0
 | 
| --- /dev/null
 | 
| +++ b/test/mjsunit/runtime-gen/setscriptbreakpoint.js
 | 
| @@ -0,0 +1,8 @@
 | 
| +// 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 arg0 = %DebugGetLoadedScripts()[1];
 | 
| +var _source_position = 32;
 | 
| +var arg2 = 0;
 | 
| +var _break_point_object_arg = new Object();
 | 
| +%SetScriptBreakPoint(arg0, _source_position, arg2, _break_point_object_arg);
 | 
| 
 |