/js/src/jit-test/tests/basic/testHOTLOOPSize.js

http://github.com/zpao/v8monkey · JavaScript · 4 lines · 4 code · 0 blank · 0 comment · 0 complexity · 4aee197c6137746436c0ac9f34ee4a8b MD5 · raw file

  1. function test8Size() {
  2. return 8 > 1;
  3. }
  4. assertEq(test8Size(), true);