| Index: test/mjsunit/runtime-gen/checkexecutionstate.js
 | 
| diff --git a/test/mjsunit/runtime-gen/checkexecutionstate.js b/test/mjsunit/runtime-gen/checkexecutionstate.js
 | 
| new file mode 100644
 | 
| index 0000000000000000000000000000000000000000..93690fea6c26dd65fee138fa5f1cc0a0fe363968
 | 
| --- /dev/null
 | 
| +++ b/test/mjsunit/runtime-gen/checkexecutionstate.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 {
 | 
| +%CheckExecutionState(_break_id);
 | 
| +} catch(e) {}
 | 
| 
 |