C# Class Jint.Native.JsArguments

Inheritance: JsObject
Show file Open project: splhack/unity-jint Class Usage Examples

Protected Properties

Property Type Description
calleeDescriptor ValueDescriptor

Public Methods

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

Method Details

GetLength() public method

public GetLength ( JsArguments target ) : JsInstance
target JsArguments
return JsInstance

JsArguments() public method

public JsArguments ( IGlobal global, JsFunction callee, JsInstance arguments ) : System
global IGlobal
callee JsFunction
arguments JsInstance
return System

ToBoolean() public method

public ToBoolean ( ) : bool
return bool

ToNumber() public method

public ToNumber ( ) : double
return double

Property Details

calleeDescriptor protected property

protected ValueDescriptor,Jint.Native calleeDescriptor
return ValueDescriptor