OverviewSingleDeprecatedPropertiesEventsXSL Parameters

window

class Function

Object
->Function

native class Function
extends Object
Native JavaScript class Function.

Constructor Summary
native void
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: