C# Class Machete.Runtime.NativeObjects.BuiltinObjects.BFunction

Inheritance: LObject, ICallable
Show file Open project: ChaosPandion/Machete Class Usage Examples

Public Methods

Method Description
BFunction ( IEnvironment environment, Code code, ReadOnlyList formalParameters ) : Machete.Core
Call ( IEnvironment environment, IDynamic thisBinding, IArgs args ) : IDynamic

Method Details

BFunction() public method

public BFunction ( IEnvironment environment, Code code, ReadOnlyList formalParameters ) : Machete.Core
environment IEnvironment
code Code
formalParameters ReadOnlyList
return Machete.Core

Call() public method

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