summaryrefslogtreecommitdiff
path: root/js/src/jit-test/tests/jaeger/bug565202.js
blob: 011efc32ae3f91f08c35112b18abc4139406e6c9 (plain)
1
2
3
4
5
6
7
options("strict", "werror");

var o = {};

// Don't throw here.
if (o.a)
    x = true;