/js/src/jit-test/tests/jaeger/compare-wrong-1.js

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

  1. function f(a) { return a; }
  2. assertEq(print < f, false);
  3. assertEq(print > f, true);