contents   index   previous   next



Routines for objects and functions

 

SElib.getObjectProperties()

Get names of properties of an object.

 

Object hasOwnProperty()

Determine if an object has a property.

Object isPrototypeOf()

Determine if a property is part of prototype.

Object propertyIsEnumerable()

Is the attribute of a property DONT_ENUM.

Object toLocaleString()

Object to string using local settings.

 

array.jsh - arrays and objects

 

Function apply()

Apply arguments array to a function.

Function call()

Call function with argument list.

 


Routines for regular expressions