restore "info"

This commit is contained in:
Rick Waldron 2016-02-22 16:41:45 -05:00
parent 2a962f74be
commit 104a134bc2
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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