Overview
Single
Deprecated
window
class Function
Object
->
Function
native class Function
extends
Object
Native JavaScript class Function.
Constructor Summary
native
void
Function
()
Method Summary
native
Object
apply
(thisArg
:
Object
, args
:
Object
...
)
native
Object
call
(args
:
Object
...
)
Methods Inherited From Object
toString
Constructor Detail
Function
native
void
Function()
Method Detail
apply
native
Object
apply(thisArg
:
Object
, args
:
Object
...
)
Parameters:
thisArg
–
args
–
Returns:
call
native
Object
call(args
:
Object
...
)
Parameters:
args
–
Returns:
Copyright © 2001-2007, TIBCO Software Inc.