| Index: test/mjsunit/runtime-gen/typedarraygetbuffer.js
|
| diff --git a/test/mjsunit/runtime-gen/typedarraygetbuffer.js b/test/mjsunit/runtime-gen/typedarraygetbuffer.js
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..ea8733ed7f55bb763283a55c4d770cc2fa4edfe8
|
| --- /dev/null
|
| +++ b/test/mjsunit/runtime-gen/typedarraygetbuffer.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 _holder = new Int32Array(2);
|
| +%TypedArrayGetBuffer(_holder);
|
|
|