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