X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fv8%2Ftest%2Fmjsunit%2Fruntime-gen%2Ffunctiongetsourcecode.js;h=b9de88a15d9bf60a46cd358ef8a8089465602c28;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=8f1195c707d2a1a3c9efec5967453008b5a7be62;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/v8/test/mjsunit/runtime-gen/functiongetsourcecode.js b/src/v8/test/mjsunit/runtime-gen/functiongetsourcecode.js index 8f1195c..b9de88a 100644 --- a/src/v8/test/mjsunit/runtime-gen/functiongetsourcecode.js +++ b/src/v8/test/mjsunit/runtime-gen/functiongetsourcecode.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 _f = function() {}; %FunctionGetSourceCode(_f);