| Index: test/mjsunit/runtime-gen/regexpconstructresult.js
|
| diff --git a/test/mjsunit/runtime-gen/isinitializedintlobject.js b/test/mjsunit/runtime-gen/regexpconstructresult.js
|
| similarity index 69%
|
| copy from test/mjsunit/runtime-gen/isinitializedintlobject.js
|
| copy to test/mjsunit/runtime-gen/regexpconstructresult.js
|
| index f0b7d3ec28250773ad8db9f43dd44d5f5d065ef7..deee7cfa7c1ad104694fd0fcd548fc1813f02a1a 100644
|
| --- a/test/mjsunit/runtime-gen/isinitializedintlobject.js
|
| +++ b/test/mjsunit/runtime-gen/regexpconstructresult.js
|
| @@ -1,5 +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 _size = 1;
|
| +var _index = new Object();
|
| var _input = new Object();
|
| -%IsInitializedIntlObject(_input);
|
| +%_RegExpConstructResult(_size, _index, _input);
|
|
|