Method | Description | |
---|---|---|
CreateImmutableBinding ( string n ) : void | ||
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 | ||
InitializeImmutableBinding ( string n, IDynamic v ) : void | ||
SDeclarativeEnvironmentRecord ( IEnvironment environment ) : System | ||
Set ( string name, IDynamic value, bool strict ) : void | ||
SetMutableBinding ( string n, IDynamic v, bool s ) : void |
public CreateImmutableBinding ( string n ) : void | ||
n | string | |
return | 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 InitializeImmutableBinding ( string n, IDynamic v ) : void | ||
n | string | |
v | IDynamic | |
return | void |
public SDeclarativeEnvironmentRecord ( IEnvironment environment ) : System | ||
environment | IEnvironment | |
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 |