Child pages
  • Function

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Hidden
DO NOT EDIT THE CONTENT OF THIS PAGE DIRECTLY, UNLESS YOU KNOW WHAT YOU'RE DOING.
		THE STRUCTURE OF THE CONTENT IS VITAL IN BEING ABLE TO EXTRACT CHANGES FROM THE PAGE AND MERGE THEM BACK INTO SERVOY SOURCE


HTML Table
idclassservoy sSummary
Colgroup Tag
Column
padding0px
width80px

Column

Table Row (tr)
styleheight: 30px;
Table Head (th)
colspan2
Property Summary
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Function
Table Cell (td)
#constructor
Specifies the function that creates an object's prototype.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#length
Specifies the number of arguments expected by the function.

id
HTML Table
classservoy sSummary
Colgroup Tag
Column
padding0px
width80px

Column

Table Row (tr)
styleheight: 30px;
Table Head (th)
colspan2
Method Summary
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#apply()
Applies the method of another object in the context of a different object (the calling object); arguments can be passed as an Array object.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#bind()
Creates a new function which, when called, itself calls this function in the context of the provided value, with a given sequence of arguments preceding any provided when the new function was called.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#call()
Calls (executes) a method of another object in the context of a different object (the calling object); arguments can be passed as they are.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#toString()
Returns a string representing the source code of the function.

...