Class JS5Array
java.lang.Object
org.fife.rsta.ac.js.ecma.api.ecma3.JSArray
org.fife.rsta.ac.js.ecma.api.ecma5.JS5Array
- All Implemented Interfaces:
JSArrayFunctions, JSObjectFunctions, JS5ArrayFunctions, JS5ObjectFunctions
- Direct Known Subclasses:
BarProp
Object Array
- Since:
- Standard ECMA-262 3rd. Edition
-
Field Summary
Fields inherited from class JSArray
constructor, length, prototype -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface JS5ArrayFunctions
every, filter, forEach, indexOf, lastIndexOf, map, reduce, reduceRight, someMethods inherited from interface JSArrayFunctions
concat, join, pop, push, reverse, shift, slice, sort, splice, unshiftMethods inherited from interface JSObjectFunctions
hasOwnProperty, isPrototypeOf, propertyIsEnumerable, toLocaleString, toString, valueOf
-
Constructor Details
-
JS5Array
public JS5Array()Object Array()- Since:
- Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.
-
JS5Array
Object Array(size)- Parameters:
size- The desired number of elements in the array. The returned value has its length field set to size- Since:
- Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.
-
JS5Array
-
-
Method Details
-
isArray
-