| Index: test/mjsunit/regress/regress-crbug-387627.js
|
| diff --git a/test/mjsunit/regress/regress-crbug-380512.js b/test/mjsunit/regress/regress-crbug-387627.js
|
| similarity index 80%
|
| copy from test/mjsunit/regress/regress-crbug-380512.js
|
| copy to test/mjsunit/regress/regress-crbug-387627.js
|
| index af78ba7183abebad0178de169592c276f95f03c7..5c6389b5f1f341d4a22a9bd3060627da62ce4635 100644
|
| --- a/test/mjsunit/regress/regress-crbug-380512.js
|
| +++ b/test/mjsunit/regress/regress-crbug-387627.js
|
| @@ -4,7 +4,8 @@
|
|
|
| // Flags: --allow-natives-syntax
|
|
|
| -function f() { [].lastIndexOf(42); }
|
| +function f() {}
|
| +%FunctionBindArguments(f, {}, undefined, 1);
|
|
|
| f();
|
| f();
|
|
|