메소드 | 설명 | |
---|---|---|
GetIdentifierReference ( string name, bool strict ) : IReference | ||
NewDeclarativeEnvironment ( ) : |
||
NewObjectEnvironment ( IObject bindingObject, bool provideThis ) : ILexicalEnvironment | ||
NewObjectEnvironment ( LObject o ) : |
||
SLexicalEnvironment ( IEnvironment environment, IEnvironmentRecord record, ILexicalEnvironment parent ) : System |
메소드 | 설명 | |
---|---|---|
ILexicalEnvironment ( ) : ILexicalEnvironment |
public GetIdentifierReference ( string name, bool strict ) : IReference | ||
name | string | |
strict | bool | |
리턴 | IReference |
public NewDeclarativeEnvironment ( ) : |
||
리턴 |
public NewObjectEnvironment ( IObject bindingObject, bool provideThis ) : ILexicalEnvironment | ||
bindingObject | IObject | |
provideThis | bool | |
리턴 | ILexicalEnvironment |
public NewObjectEnvironment ( LObject o ) : |
||
o | LObject | |
리턴 |
public SLexicalEnvironment ( IEnvironment environment, IEnvironmentRecord record, ILexicalEnvironment parent ) : System | ||
environment | IEnvironment | |
record | IEnvironmentRecord | |
parent | ILexicalEnvironment | |
리턴 | System |