| Index: test/mjsunit/runtime-gen/getfunctionscopedetails.js
|
| diff --git a/test/mjsunit/runtime-gen/getfunctionscopedetails.js b/test/mjsunit/runtime-gen/getfunctionscopedetails.js
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..f1f537862b2e207e4b91c23c5a6ed1e44746f782
|
| --- /dev/null
|
| +++ b/test/mjsunit/runtime-gen/getfunctionscopedetails.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 _fun = function() {};
|
| +var _index = 32;
|
| +%GetFunctionScopeDetails(_fun, _index);
|
|
|