| Index: test/mjsunit/runtime-gen/debugpendingexceptioninpromise.js
|
| diff --git a/test/mjsunit/runtime-gen/debugpendingexceptioninpromise.js b/test/mjsunit/runtime-gen/debugpendingexceptioninpromise.js
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..ad7a1128034d434ad18a2c23b6055887ef7cc21b
|
| --- /dev/null
|
| +++ b/test/mjsunit/runtime-gen/debugpendingexceptioninpromise.js
|
| @@ -0,0 +1,6 @@
|
| +// 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 _exception = new Object();
|
| +var _promise = new Object();
|
| +%DebugPendingExceptionInPromise(_exception, _promise);
|
|
|