| Index: test/mjsunit/runtime-gen/loadfromsuper.js
|
| diff --git a/test/mjsunit/runtime-gen/lookupaccessor.js b/test/mjsunit/runtime-gen/loadfromsuper.js
|
| similarity index 74%
|
| copy from test/mjsunit/runtime-gen/lookupaccessor.js
|
| copy to test/mjsunit/runtime-gen/loadfromsuper.js
|
| index 89f40d76c9ea6ef19c39842a4ae30c9eab909ded..25f4ff9ac8d379921f8a6fe843630311c5dd3f61 100644
|
| --- a/test/mjsunit/runtime-gen/lookupaccessor.js
|
| +++ b/test/mjsunit/runtime-gen/loadfromsuper.js
|
| @@ -1,7 +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 --harmony-proxies
|
| +var _home_object = new Object();
|
| var _receiver = new Object();
|
| var _name = "name";
|
| -var _flag = 1;
|
| -%LookupAccessor(_receiver, _name, _flag);
|
| +%LoadFromSuper(_home_object, _receiver, _name);
|
|
|