Lines Matching refs:IsStrong
10 assertFalse(%IsStrong(x));
11 assertFalse(%IsStrong(x.prototype));
12 assertFalse(%IsStrong(new x));
16 assertFalse(%IsStrong(x));
17 assertFalse(%IsStrong(x.prototype));
18 assertTrue(%IsStrong(new x));
22 assertTrue(%IsStrong(x));
23 assertTrue(%IsStrong(x.prototype));
24 assertFalse(%IsStrong(new x));
28 assertTrue(%IsStrong(x));
29 assertTrue(%IsStrong(x.prototype));
30 assertTrue(%IsStrong(new x));