X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fv8%2Ftest%2Fmjsunit%2Fruntime-gen%2Ftofastproperties.js;h=f9c1890b1c637364531260356f9b99b656836a7c;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=8267d2b44cf204711d27e98abea4d78df7e1cc31;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/v8/test/mjsunit/runtime-gen/tofastproperties.js b/src/v8/test/mjsunit/runtime-gen/tofastproperties.js index 8267d2b..f9c1890 100644 --- a/src/v8/test/mjsunit/runtime-gen/tofastproperties.js +++ b/src/v8/test/mjsunit/runtime-gen/tofastproperties.js @@ -1,5 +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 +// Flags: --allow-natives-syntax --harmony --harmony-proxies var _object = new Object(); %ToFastProperties(_object);