8.2.2.1.js |
8.2.2
The Tuple constructor:
...
has the following properties:
...
8.2.2.1 Tuple.isTuple ( arg )
The isTuple function takes one argument arg, and performs the following steps:
1. Return ! IsTuple(arg).
|
1766 |
descriptor.js |
|
274 |
length.js |
|
266 |
name.js |
|
272 |
not-a-constructor.js |
18 ECMAScript Standard Built-in Objects
...
Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function.
|
490 |