| Index: test/mjsunit/runtime-gen/getframecount.js
|
| diff --git a/test/mjsunit/runtime-gen/getframecount.js b/test/mjsunit/runtime-gen/getframecount.js
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..361da7f6b5a804d6b27646fb5369a050c0a726fe
|
| --- /dev/null
|
| +++ b/test/mjsunit/runtime-gen/getframecount.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 _break_id = 32;
|
| +try {
|
| +%GetFrameCount(_break_id);
|
| +} catch(e) {}
|
|
|