| Index: test/mjsunit/runtime-gen/setexpectednumberofproperties.js
|
| diff --git a/test/mjsunit/runtime-gen/setexpectednumberofproperties.js b/test/mjsunit/runtime-gen/setexpectednumberofproperties.js
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..0a0e6ed90eae1beb54bc92878b61b292c9452ab9
|
| --- /dev/null
|
| +++ b/test/mjsunit/runtime-gen/setexpectednumberofproperties.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 _func = function() {};
|
| +var _num = 1;
|
| +%SetExpectedNumberOfProperties(_func, _num);
|
|
|