메소드 | 설명 | |
---|---|---|
AddAsProperty ( Scriptable target ) : void | ||
Call ( |
||
CreateObject ( |
||
ExportAsScopeProperty ( ) : void | ||
GetArity ( ) : int | ||
GetFunctionName ( ) : string | ||
GetLength ( ) : int | ||
GetPrototype ( ) : Scriptable | ||
HasTag ( object tag ) : bool | ||
IdFunctionObject ( IdFunctionCall idcall, object tag, int id, int arity ) : System | ||
IdFunctionObject ( IdFunctionCall idcall, object tag, int id, string name, int arity, Scriptable scope ) : System | ||
InitFunction ( string name, Scriptable scope ) : void | ||
MarkAsConstructor ( Scriptable prototypeProperty ) : void | ||
MethodId ( ) : int | ||
Unknown ( ) : |
메소드 | 설명 | |
---|---|---|
Decompile ( int indent, int flags ) : string |
public Call ( |
||
cx | ||
scope | Scriptable | |
thisObj | Scriptable | |
args | object | |
리턴 | object |
public CreateObject ( |
||
cx | ||
scope | Scriptable | |
리턴 | Scriptable |
public IdFunctionObject ( IdFunctionCall idcall, object tag, int id, int arity ) : System | ||
idcall | IdFunctionCall | |
tag | object | |
id | int | |
arity | int | |
리턴 | System |
public IdFunctionObject ( IdFunctionCall idcall, object tag, int id, string name, int arity, Scriptable scope ) : System | ||
idcall | IdFunctionCall | |
tag | object | |
id | int | |
name | string | |
arity | int | |
scope | Scriptable | |
리턴 | System |
public InitFunction ( string name, Scriptable scope ) : void | ||
name | string | |
scope | Scriptable | |
리턴 | void |
public MarkAsConstructor ( Scriptable prototypeProperty ) : void | ||
prototypeProperty | Scriptable | |
리턴 | void |