Reviewers: Mads Ager, Lasse Reichstein,

Message:
Here is a good sample test.js

// Put all code in anonymous function to avoid global scope.
(function(){
   var x = true ? 47 : "test.js is my name";
   return x;
})();


Description:
X64 implementation: Read compiler tests from test.js.

Please review this at http://codereview.chromium.org/146024

SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/

Affected files:
   M     src/x64/codegen-x64.cc



--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to