Lines Matching refs:assert
29 assert(false);
31 assert(e === 42);
37 assert(false);
39 assert(e === 42);
45 assert(false);
47 assert(e === 42);
59 assert(proxy.prop === "value");
60 assert(proxy.nothing === undefined);
61 assert(proxy.handler === undefined);
65 assert(proxy.prop === "value 2");
66 assert(proxy.nothing === "value 2");
67 assert(proxy.handler === "value 2");
72 assert(proxy2.prop === "value 3");
73 assert(proxy2.nothing === "value 3");
74 assert(proxy2.handler === "value 3");
80 assert(get + '' === "length,0,4,2");
88 assert(false);
90 assert(e === 42);
97 assert(proxy.prop === "value");
98 assert(proxy.prop2 === undefined);
105 assert(proxy.key === "value");
106 assert(proxy.key2 === "value");
107 assert(proxy.key3 === "value");
108 assert(proxy.key4 === undefined);
118 assert(false);
120 assert(e instanceof TypeError)
128 assert(proxy.key2 === "value");
137 assert(false);
139 assert(e instanceof TypeError)