C# Class Jint.Native.JsFunction

Inheritance: JsObject
Afficher le fichier Open project: splhack/unity-jint Class Usage Examples

Méthodes publiques

Свойство Type Description
APPLY string
CALL string
CONSTRUCTOR string
PROTOTYPE string

Méthodes publiques

Méthode Description
Construct ( JsInstance parameters, Type genericArgs, IJintVisitor visitor ) : JsObject
Execute ( IJintVisitor visitor, JsDictionaryObject that, JsInstance parameters ) : JsInstance
Execute ( IJintVisitor visitor, JsDictionaryObject that, JsInstance parameters, Type genericArguments ) : JsInstance
GetBody ( ) : string
HasInstance ( JsObject inst ) : bool
JsFunction ( IGlobal global ) : System

JsFunction ( IGlobal global, Statement statement ) : System
JsFunction ( JsObject prototype ) : System

Init new function object with a specified prototype

ToBoolean ( ) : bool
ToNumber ( ) : double
ToSource ( ) : string
ToString ( ) : string

Method Details

Construct() public méthode

public Construct ( JsInstance parameters, Type genericArgs, IJintVisitor visitor ) : JsObject
parameters JsInstance
genericArgs System.Type
visitor IJintVisitor
Résultat JsObject

Execute() public méthode

public Execute ( IJintVisitor visitor, JsDictionaryObject that, JsInstance parameters ) : JsInstance
visitor IJintVisitor
that JsDictionaryObject
parameters JsInstance
Résultat JsInstance

Execute() public méthode

public Execute ( IJintVisitor visitor, JsDictionaryObject that, JsInstance parameters, Type genericArguments ) : JsInstance
visitor IJintVisitor
that JsDictionaryObject
parameters JsInstance
genericArguments System.Type
Résultat JsInstance

GetBody() public méthode

public GetBody ( ) : string
Résultat string

HasInstance() public méthode

public HasInstance ( JsObject inst ) : bool
inst JsObject
Résultat bool

JsFunction() public méthode

public JsFunction ( IGlobal global ) : System
global IGlobal
Résultat System

JsFunction() public méthode

public JsFunction ( IGlobal global, Statement statement ) : System
global IGlobal
statement Jint.Expressions.Statement
Résultat System

JsFunction() public méthode

Init new function object with a specified prototype
public JsFunction ( JsObject prototype ) : System
prototype JsObject prototype for this object
Résultat System

ToBoolean() public méthode

public ToBoolean ( ) : bool
Résultat bool

ToNumber() public méthode

public ToNumber ( ) : double
Résultat double

ToSource() public méthode

public ToSource ( ) : string
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

APPLY public_oe static_oe property

public static string APPLY
Résultat string

CALL public_oe static_oe property

public static string CALL
Résultat string

CONSTRUCTOR public_oe static_oe property

public static string CONSTRUCTOR
Résultat string

PROTOTYPE public_oe static_oe property

public static string PROTOTYPE
Résultat string