Lines Matching refs:assert
20 assert(result_array instanceof Array);
21 assert(result_array.length === expected_array.length);
23 assert(result_array[idx] === expected_array[idx]);
37 assert(false);
39 assert(e === 42);
45 assert(false);
47 assert(e === 42);
53 assert(false);
55 assert(e === 42);
61 assert(false);
63 assert(e === 42);
96 assert(JSON.stringify(Object.getOwnPropertyNames(proxy)) === '["prop1","prop2"]');
103 assert(JSON.stringify(Object.getOwnPropertyNames(proxy)) === '["prop1","prop2"]');
112 assert(false);
114 assert(e instanceof TypeError);
129 assert(false);
131 assert(e instanceof TypeError);
146 assert(false);
148 assert(e instanceof TypeError);
161 assert(JSON.stringify(Object.getOwnPropertyNames(proxy)) === '["a","a","a"]');
176 assert(JSON.stringify(Object.getOwnPropertyNames(proxy)) === JSON.stringify(keyslist));
196 assert(false);
198 assert(e instanceof TypeError);
202 assert(JSON.stringify(Object.getOwnPropertyNames(proxy)) === '["nonconf"]');
209 assert(false);
211 assert(e instanceof TypeError);
216 assert(JSON.stringify(Object.getOwnPropertyNames(proxy)) === '["target_one","nonconf"]');
222 assert(false);
224 assert(e instanceof TypeError);