Method | Description | |
---|---|---|
GetIdentifierReference ( string name, bool strict ) : IReference | ||
NewDeclarativeEnvironment ( ) : |
||
NewObjectEnvironment ( IObject bindingObject, bool provideThis ) : ILexicalEnvironment | ||
NewObjectEnvironment ( LObject o ) : |
||
SLexicalEnvironment ( IEnvironment environment, IEnvironmentRecord record, ILexicalEnvironment parent ) : System |
Method | Description | |
---|---|---|
ILexicalEnvironment ( ) : ILexicalEnvironment |
public GetIdentifierReference ( string name, bool strict ) : IReference | ||
name | string | |
strict | bool | |
return | IReference |
public NewDeclarativeEnvironment ( ) : |
||
return |
public NewObjectEnvironment ( IObject bindingObject, bool provideThis ) : ILexicalEnvironment | ||
bindingObject | IObject | |
provideThis | bool | |
return | ILexicalEnvironment |
public NewObjectEnvironment ( LObject o ) : |
||
o | LObject | |
return |
public SLexicalEnvironment ( IEnvironment environment, IEnvironmentRecord record, ILexicalEnvironment parent ) : System | ||
environment | IEnvironment | |
record | IEnvironmentRecord | |
parent | ILexicalEnvironment | |
return | System |