Method | Description | |
---|---|---|
CreateMutableBinding ( string n, bool d ) : void | ||
DeleteBinding ( string n ) : bool | ||
Get ( string name, bool strict ) : IDynamic | ||
GetBindingValue ( string n, bool s ) : IDynamic | ||
HasBinding ( string n ) : bool | ||
ImplicitThisValue ( ) : IDynamic | ||
SObjectEnvironmentRecord ( IEnvironment environment, IObject bindingObject, bool provideThis ) : System | ||
Set ( string name, IDynamic value, bool strict ) : void | ||
SetMutableBinding ( string n, IDynamic v, bool s ) : void |
public CreateMutableBinding ( string n, bool d ) : void | ||
n | string | |
d | bool | |
return | void |
public Get ( string name, bool strict ) : IDynamic | ||
name | string | |
strict | bool | |
return | IDynamic |
public GetBindingValue ( string n, bool s ) : IDynamic | ||
n | string | |
s | bool | |
return | IDynamic |
public SObjectEnvironmentRecord ( IEnvironment environment, IObject bindingObject, bool provideThis ) : System | ||
environment | IEnvironment | |
bindingObject | IObject | |
provideThis | bool | |
return | System |
public Set ( string name, IDynamic value, bool strict ) : void | ||
name | string | |
value | IDynamic | |
strict | bool | |
return | void |
public SetMutableBinding ( string n, IDynamic v, bool s ) : void | ||
n | string | |
v | IDynamic | |
s | bool | |
return | void |