| Index: test/mjsunit/runtime-gen/functionsetname.js
|
| diff --git a/test/mjsunit/runtime-gen/functionsetname.js b/test/mjsunit/runtime-gen/functionsetname.js
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..f46ced22a027970415863eca2d02cd976bc00471
|
| --- /dev/null
|
| +++ b/test/mjsunit/runtime-gen/functionsetname.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 _f = function() {};
|
| +var _name = "foo";
|
| +%FunctionSetName(_f, _name);
|
|
|