diff --git a/test/built-ins/Math/pow/length.js b/test/built-ins/Math/pow/length.js index 2efb032171f9dc9f9c5a6e9ec8bd6ac0a7dd3638..6ce591ca20e642dfb8cdaef8c21cb73180c896bf 100755 --- a/test/built-ins/Math/pow/length.js +++ b/test/built-ins/Math/pow/length.js @@ -5,6 +5,8 @@ esid: sec-math.pow description: > Math.pow.length is 2. +info: > + Math.pow ( x, y ) 17 ECMAScript Standard Built-in Objects: Every built-in Function object, including constructors, has a length diff --git a/test/built-ins/Math/pow/name.js b/test/built-ins/Math/pow/name.js index ff3a8f1b908f31904bc7b0476efb7834ef94755d..c2487b9730df7abc325c5dac9553760f653fdfb7 100755 --- a/test/built-ins/Math/pow/name.js +++ b/test/built-ins/Math/pow/name.js @@ -5,6 +5,8 @@ esid: sec-math.pow description: > Math.pow.name is "pow". +info: > + Math.pow ( x, y ) 17 ECMAScript Standard Built-in Objects: Every built-in Function object, including constructors, that is not