Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(668)

Unified Diff: test/mjsunit/runtime-gen/arraybufferviewgetbyteoffset.js

Issue 290513002: Expand C++ macros in tools/generate-runtime-tests.py to increase coverage (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: formatting Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: test/mjsunit/runtime-gen/arraybufferviewgetbyteoffset.js
diff --git a/test/mjsunit/runtime-gen/typedarraygetbuffer.js b/test/mjsunit/runtime-gen/arraybufferviewgetbyteoffset.js
similarity index 83%
copy from test/mjsunit/runtime-gen/typedarraygetbuffer.js
copy to test/mjsunit/runtime-gen/arraybufferviewgetbyteoffset.js
index ea8733ed7f55bb763283a55c4d770cc2fa4edfe8..502795a490da45a0c3a8f505926b378f97b9e351 100644
--- a/test/mjsunit/runtime-gen/typedarraygetbuffer.js
+++ b/test/mjsunit/runtime-gen/arraybufferviewgetbyteoffset.js
@@ -2,4 +2,4 @@
// AUTO-GENERATED BY tools/generate-runtime-tests.py, DO NOT MODIFY
// Flags: --allow-natives-syntax --harmony
var _holder = new Int32Array(2);
-%TypedArrayGetBuffer(_holder);
+%_ArrayBufferViewGetByteOffset(_holder);
« no previous file with comments | « test/mjsunit/runtime-gen/arraybufferviewgetbytelength.js ('k') | test/mjsunit/runtime-gen/dataviewgetbuffer.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698