S25.4.4.3_A1.1_T1.js (353B)
1 // Copyright 2014 Cubane Canada, Inc. All rights reserved. 2 // See LICENSE for details. 3 4 /*--- 5 info: Promise.race is callable 6 es6id: S25.4.4.3_A1.1_T1 7 author: Sam Mikes 8 description: Promise.race is callable 9 ---*/ 10 assert.sameValue(typeof Promise.race, "function", 'The value of `typeof Promise.race` is expected to be "function"'); 11 12 reportCompare(0, 0);