메소드 | 설명 | |
---|---|---|
BoundFunction ( |
||
Call ( |
||
Construct ( |
||
GetLength ( ) : int | ||
HasInstance ( Scriptable instance ) : bool |
메소드 | 설명 | |
---|---|---|
Concat ( object first, object second ) : object[] |
public BoundFunction ( |
||
cx | ||
scope | Scriptable | |
targetFunction | Callable | |
boundThis | Scriptable | |
boundArgs | object | |
리턴 | System |
public Call ( |
||
cx | ||
scope | Scriptable | |
thisObj | Scriptable | |
extraArgs | object | |
리턴 | object |
public Construct ( |
||
cx | ||
scope | Scriptable | |
extraArgs | object | |
리턴 | Scriptable |