| Index: test/mjsunit/runtime-gen/setfunctionbreakpoint.js
|
| diff --git a/test/mjsunit/runtime-gen/setfunctionbreakpoint.js b/test/mjsunit/runtime-gen/setfunctionbreakpoint.js
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..1fc3516f9a93f1b41de4cd833b6da44b804c5bc0
|
| --- /dev/null
|
| +++ b/test/mjsunit/runtime-gen/setfunctionbreakpoint.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 _function = function() {};
|
| +var arg1 = 200;
|
| +var _break_point_object_arg = new Object();
|
| +%SetFunctionBreakPoint(_function, arg1, _break_point_object_arg);
|
|
|