/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
- function test8Size() {
- return 8 > 1;
- }
- assertEq(test8Size(), true);