| Index: test/mjsunit/runtime-gen/getfunctionscopedetails.js
|
| diff --git a/test/mjsunit/runtime-gen/getfunctionscopedetails.js b/test/mjsunit/runtime-gen/getfunctionscopedetails.js
|
| index f1f537862b2e207e4b91c23c5a6ed1e44746f782..c24314003a1ac6ef5de8b04e121e97b3601f34b7 100644
|
| --- a/test/mjsunit/runtime-gen/getfunctionscopedetails.js
|
| +++ b/test/mjsunit/runtime-gen/getfunctionscopedetails.js
|
| @@ -1,6 +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
|
| +// Flags: --allow-natives-syntax --harmony --harmony-proxies
|
| var _fun = function() {};
|
| var _index = 32;
|
| %GetFunctionScopeDetails(_fun, _index);
|
|
|