Function


Object
    |
    +-Function

public dynamic class Function
extends Object

ActionScript에서 사용자 정의 함수와 내장 함수는 모두 Function 객체로 표시되며 이 객체는 Function 클래스의 인스턴스입니다.

지원 버전: ActionScript 1.0, Flash Lite 2.0

속성 요약

Object 클래스에서 상속되는 속성

constructor(Object.constructor 속성), __proto__(Object.__proto__ 속성), prototype(Object.prototype 속성), __resolve(Object.__resolve 속성)


메서드 요약

수정자

서명

설명

 

apply(thisObject:Object, [argArray:Array])

ActionScript가 호출하는 함수에 사용될 thisObject 값을 지정합니다.

 

call(thisObject:Object, [parameter1:Object])

Function 객체로 표시되는 함수를 호출합니다.


Object 클래스에서 상속되는 메서드

addProperty(Object.addProperty 메서드), hasOwnProperty(Object.hasOwnProperty 메서드), isPropertyEnumerable(Object.isPropertyEnumerable 메서드), isPrototypeOf(Object.isPrototypeOf 메서드), registerClass(Object.registerClass 메서드), toString(Object.toString 메서드), unwatch(Object.unwatch 메서드), valueOf(Object.valueOf 메서드), watch(Object.watch 메서드)