C# 클래스 Jint.Native.JsFunction

상속: JsObject
파일 보기 프로젝트 열기: splhack/unity-jint 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
APPLY string
CALL string
CONSTRUCTOR string
PROTOTYPE string

공개 메소드들

메소드 설명
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

메소드 상세

Construct() 공개 메소드

public Construct ( JsInstance parameters, Type genericArgs, IJintVisitor visitor ) : JsObject
parameters JsInstance
genericArgs System.Type
visitor IJintVisitor
리턴 JsObject

Execute() 공개 메소드

public Execute ( IJintVisitor visitor, JsDictionaryObject that, JsInstance parameters ) : JsInstance
visitor IJintVisitor
that JsDictionaryObject
parameters JsInstance
리턴 JsInstance

Execute() 공개 메소드

public Execute ( IJintVisitor visitor, JsDictionaryObject that, JsInstance parameters, Type genericArguments ) : JsInstance
visitor IJintVisitor
that JsDictionaryObject
parameters JsInstance
genericArguments System.Type
리턴 JsInstance

GetBody() 공개 메소드

public GetBody ( ) : string
리턴 string

HasInstance() 공개 메소드

public HasInstance ( JsObject inst ) : bool
inst JsObject
리턴 bool

JsFunction() 공개 메소드

public JsFunction ( IGlobal global ) : System
global IGlobal
리턴 System

JsFunction() 공개 메소드

public JsFunction ( IGlobal global, Statement statement ) : System
global IGlobal
statement Jint.Expressions.Statement
리턴 System

JsFunction() 공개 메소드

Init new function object with a specified prototype
public JsFunction ( JsObject prototype ) : System
prototype JsObject prototype for this object
리턴 System

ToBoolean() 공개 메소드

public ToBoolean ( ) : bool
리턴 bool

ToNumber() 공개 메소드

public ToNumber ( ) : double
리턴 double

ToSource() 공개 메소드

public ToSource ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

APPLY 공개적으로 정적으로 프로퍼티

public static string APPLY
리턴 string

CALL 공개적으로 정적으로 프로퍼티

public static string CALL
리턴 string

CONSTRUCTOR 공개적으로 정적으로 프로퍼티

public static string CONSTRUCTOR
리턴 string

PROTOTYPE 공개적으로 정적으로 프로퍼티

public static string PROTOTYPE
리턴 string