| 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..3e238a42be0945879d248c72143bfa2558884648
|
| --- /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 _source_position = 32;
|
| +var _break_point_object_arg = new Object();
|
| +%SetFunctionBreakPoint(_function, _source_position, _break_point_object_arg);
|
|
|