Méthode | Description | |
---|---|---|
Call ( |
||
Construct ( |
||
ExecIdCall ( |
||
GetArity ( ) : int | ||
GetClassName ( ) : string |
Returns the name of this JavaScript class, "Script". Returns the name of this JavaScript class, "Script". |
|
GetLength ( ) : int |
Méthode | Description | |
---|---|---|
FindPrototypeId ( string s ) : int | ||
InitPrototypeId ( int id ) : void |
Méthode | Description | |
---|---|---|
Compile ( |
||
Decompile ( int indent, int flags ) : string | ||
Init ( Scriptable scope, bool @sealed ) : void | ||
NativeScript ( System.Script script ) : System | ||
RealThis ( Scriptable thisObj, |
public Call ( |
||
cx | ||
scope | Scriptable | |
thisObj | Scriptable | |
args | object | |
Résultat | object |
public Construct ( |
||
cx | ||
scope | Scriptable | |
args | object | |
Résultat | Scriptable |
public ExecIdCall ( |
||
f | ||
cx | ||
scope | Scriptable | |
thisObj | Scriptable | |
args | object | |
Résultat | object |
protected FindPrototypeId ( string s ) : int | ||
s | string | |
Résultat | int |
protected InitPrototypeId ( int id ) : void | ||
id | int | |
Résultat | void |