|
| Scope (Zone *zone, Scope *outer_scope, ScopeType scope_type) |
|
int | num_parameters () const |
|
DeclarationScope * | AsDeclarationScope () |
|
const DeclarationScope * | AsDeclarationScope () const |
|
ModuleScope * | AsModuleScope () |
|
const ModuleScope * | AsModuleScope () const |
|
Scope * | FinalizeBlockScope () |
|
bool | HasBeenRemoved () const |
|
Scope * | GetUnremovedScope () |
|
void | ReplaceOuterScope (Scope *outer_scope) |
|
Zone * | zone () const |
|
void | SetMustUsePreParsedScopeData () |
|
bool | must_use_preparsed_scope_data () const |
|
Variable * | LookupLocal (const AstRawString *name) |
|
Variable * | LookupInScopeInfo (const AstRawString *name, Scope *cache) |
|
Variable * | DeclareLocal (const AstRawString *name, VariableMode mode, InitializationFlag init_flag=kCreatedInitialized) |
|
Variable * | DeclareVariable (Declaration *declaration, VariableMode mode, InitializationFlag init, bool *sloppy_mode_block_scope_function_redefinition, bool *ok) |
|
Variable * | DeclareVariableName (const AstRawString *name, VariableMode mode) |
|
void | DeclareCatchVariableName (const AstRawString *name) |
|
base::ThreadedList< Declaration > * | declarations () |
|
base::ThreadedList< Variable > * | locals () |
|
VariableProxy * | NewUnresolved (AstNodeFactory *factory, const AstRawString *name, int start_pos=kNoSourcePosition, VariableKind kind=NORMAL_VARIABLE) |
|
void | AddUnresolved (VariableProxy *proxy) |
|
bool | RemoveUnresolved (VariableProxy *var) |
|
void | DeleteUnresolved (VariableProxy *var) |
|
Variable * | NewTemporary (const AstRawString *name) |
|
Declaration * | CheckConflictingVarDeclarations () |
|
Declaration * | CheckLexDeclarationsConflictingWith (const ZonePtrList< const AstRawString > &names) |
|
void | RecordEvalCall () |
|
void | RecordInnerScopeEvalCall () |
|
void | SetLanguageMode (LanguageMode language_mode) |
|
void | SetNonlinear () |
|
int | start_position () const |
|
void | set_start_position (int statement_pos) |
|
int | end_position () const |
|
void | set_end_position (int statement_pos) |
|
bool | is_hidden () const |
|
void | set_is_hidden () |
|
void | ForceContextAllocationForParameters () |
|
bool | has_forced_context_allocation_for_parameters () const |
|
bool | is_eval_scope () const |
|
bool | is_function_scope () const |
|
bool | is_module_scope () const |
|
bool | is_script_scope () const |
|
bool | is_catch_scope () const |
|
bool | is_block_scope () const |
|
bool | is_with_scope () const |
|
bool | is_declaration_scope () const |
|
bool | inner_scope_calls_eval () const |
|
bool | IsAsmModule () const |
|
bool | ContainsAsmModule () const |
|
bool | is_nonlinear () const |
|
bool | NeedsContext () const |
|
ScopeType | scope_type () const |
|
LanguageMode | language_mode () const |
|
Scope * | inner_scope () const |
|
Scope * | sibling () const |
|
Scope * | outer_scope () const |
|
Variable * | catch_variable () const |
|
bool | ShouldBanArguments () |
|
int | num_stack_slots () const |
|
int | num_heap_slots () const |
|
int | StackLocalCount () const |
|
int | ContextLocalCount () const |
|
bool | AllowsLazyParsingWithoutUnresolvedVariables (const Scope *outer) const |
|
int | ContextChainLength (Scope *scope) const |
|
int | ContextChainLengthUntilOutermostSloppyEval () const |
|
DeclarationScope * | GetDeclarationScope () |
|
DeclarationScope * | GetClosureScope () |
|
const DeclarationScope * | GetClosureScope () const |
|
DeclarationScope * | GetReceiverScope () |
|
Scope * | GetOuterScopeWithContext () |
|
Handle< ScopeInfo > | scope_info () const |
|
int | num_var () const |
|
bool | HasSimpleParameters () |
|
void | set_is_debug_evaluate_scope () |
|
bool | is_debug_evaluate_scope () const |
|
bool | RemoveInnerScope (Scope *inner_scope) |
|
Variable * | LookupInScopeOrScopeInfo (const AstRawString *name) |
|
Variable * | LookupForTesting (const AstRawString *name) |
|
Definition at line 101 of file scopes.h.