X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fv8%2Ftest%2Fmjsunit%2Fruntime-gen%2Fdataviewgetint16.js;h=e618c1c00a1adaf6c42e36ac2a100bb121099aa9;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=e418ed2bbaaf1551109366c419cd25369cde7046;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/v8/test/mjsunit/runtime-gen/dataviewgetint16.js b/src/v8/test/mjsunit/runtime-gen/dataviewgetint16.js index e418ed2..e618c1c 100644 --- a/src/v8/test/mjsunit/runtime-gen/dataviewgetint16.js +++ b/src/v8/test/mjsunit/runtime-gen/dataviewgetint16.js @@ -1,6 +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 +// Flags: --allow-natives-syntax --harmony --harmony-proxies var _holder = new DataView(new ArrayBuffer(24)); var _offset = 1.5; var _is_little_endian = true;