C# Class Machete.Runtime.NativeObjects.NBoundFunction

Inheritance: NFunction
ファイルを表示 Open project: ChaosPandion/Machete

Public Methods

Method Description
Call ( IEnvironment environment, IDynamic thisBinding, IArgs args ) : IDynamic
Construct ( IEnvironment environment, IArgs args ) : IObject
HasInstance ( IDynamic value ) : bool
NBoundFunction ( IEnvironment enviroment ) : Machete.Core

Method Details

Call() public method

public Call ( IEnvironment environment, IDynamic thisBinding, IArgs args ) : IDynamic
environment IEnvironment
thisBinding IDynamic
args IArgs
return IDynamic

Construct() public method

public Construct ( IEnvironment environment, IArgs args ) : IObject
environment IEnvironment
args IArgs
return IObject

HasInstance() public method

public HasInstance ( IDynamic value ) : bool
value IDynamic
return bool

NBoundFunction() public method

public NBoundFunction ( IEnvironment enviroment ) : Machete.Core
enviroment IEnvironment
return Machete.Core