| Index: test/mjsunit/runtime-gen/debugpropertyindexfromdetails.js
|
| diff --git a/test/mjsunit/runtime-gen/debugpropertyindexfromdetails.js b/test/mjsunit/runtime-gen/debugpropertyindexfromdetails.js
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..215870a6eb0dd20210e88c33d3aac6bf5e0e2fe9
|
| --- /dev/null
|
| +++ b/test/mjsunit/runtime-gen/debugpropertyindexfromdetails.js
|
| @@ -0,0 +1,5 @@
|
| +// 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 _details = 513;
|
| +%DebugPropertyIndexFromDetails(_details);
|
|
|