Lines Matching refs:mustNotCall
19 Array.prototype[Symbol.iterator] = common.mustNotCall('%Array.prototype%[@@iterator]');
20 Promise.all = common.mustNotCall('%Promise%.all');
21 Promise.allSettled = common.mustNotCall('%Promise%.allSettled');
22 Promise.any = common.mustNotCall('%Promise%.any');
23 Promise.race = common.mustNotCall('%Promise%.race');
27 set: common.mustNotCall('set %Promise.prototype%.catch'),
28 get: common.mustNotCall('get %Promise.prototype%.catch'),
31 set: common.mustNotCall('set %Promise.prototype%.finally'),
32 get: common.mustNotCall('get %Promise.prototype%.finally'),
35 set: common.mustNotCall('set %Promise.prototype%.then'),
36 get: common.mustNotCall('get %Promise.prototype%.then'),
42 set: common.mustNotCall('set %Array.prototype%.then'),
43 get: common.mustNotCall('get %Array.prototype%.then'),
48 set: common.mustNotCall('set %Object.prototype%.then'),
49 get: common.mustNotCall('get %Object.prototype%.then'),
84 common.mustNotCall('Should have rejected'),
91 common.mustNotCall('Should have rejected'),