Main Page | Packages | Class Tree | Index | Help

<root>

class Function

Object
  |
  +--Function


dynamic intrinsic class Function
extends Object

ActionScript Standard Library Function object



Field Summary


prototype: Object


Fields inherited from class Object

__proto__, constructor, prototype

Method Summary


apply ( thisArg: Object, args: Array )



call ( thisArg: Object )



toString ( ): String


Methods inherited from class Object

addProperty, hasOwnProperty, isPropertyEnumerable, isPrototypeOf, registerClass, toLocaleString, toString, unwatch, valueOf, watch



Field Documentation

prototype

var prototype: Object

Method Documentation

apply

function apply(thisArg: Object,
 args: Array)

call

function call(thisArg: Object)

toString

function toString(): String
Overrides:


The documentation was generated from the following file:


Copyright © 1997-2005 Macromedia, Inc. All rights reserved. Generated with AS2Doc