| Index: test/mjsunit/runtime-gen/newobjectfrombound.js
|
| diff --git a/test/mjsunit/runtime-gen/newobjectfrombound.js b/test/mjsunit/runtime-gen/newobjectfrombound.js
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..e18e7cb9604d5ef9507515af33c89490751a087f
|
| --- /dev/null
|
| +++ b/test/mjsunit/runtime-gen/newobjectfrombound.js
|
| @@ -0,0 +1,5 @@
|
| +// 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 arg0 = (function() {}).bind({});
|
| +%NewObjectFromBound(arg0);
|
|
|