C# Class Jint.Native.JsArguments

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

Protected Properties

Свойство Type Description
calleeDescriptor ValueDescriptor

Méthodes publiques

Méthode Description
GetLength ( JsArguments target ) : JsInstance
JsArguments ( IGlobal global, JsFunction callee, JsInstance arguments ) : System
ToBoolean ( ) : bool
ToNumber ( ) : double

Method Details

GetLength() public méthode

public GetLength ( JsArguments target ) : JsInstance
target JsArguments
Résultat JsInstance

JsArguments() public méthode

public JsArguments ( IGlobal global, JsFunction callee, JsInstance arguments ) : System
global IGlobal
callee JsFunction
arguments JsInstance
Résultat System

ToBoolean() public méthode

public ToBoolean ( ) : bool
Résultat bool

ToNumber() public méthode

public ToNumber ( ) : double
Résultat double

Property Details

calleeDescriptor protected_oe property

protected ValueDescriptor,Jint.Native calleeDescriptor
Résultat ValueDescriptor