/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
- function f(a) { return a; }
- assertEq(print < f, false);
- assertEq(print > f, true);