Home | History | Annotate | Download | only in src

Lines Matching refs:scope

423   Scope* block_scope() const { return block_scope_; }
424 void set_block_scope(Scope* block_scope) { block_scope_ = block_scope; }
442 Scope* block_scope_;
450 Scope* scope() const { return scope_; }
459 Scope* scope)
462 scope_(scope) {
473 // Nested scope from which the declaration originated.
474 Scope* scope_;
491 Scope* scope)
492 : Declaration(proxy, mode, scope) {
513 Scope* scope)
514 : Declaration(proxy, mode, scope),
540 Scope* scope)
541 : Declaration(proxy, LET, scope),
564 Scope* scope)
565 : Declaration(proxy, LET, scope),
586 Scope* scope)
587 : Declaration(proxy, LET, scope) {
1145 Scope* scope() { return scope_; }
1154 Scope* scope,
1158 scope_(scope),
1164 Scope* scope_;
2036 Scope* scope() const { return scope_; }
2091 Scope* scope,
2104 scope_(scope),
2125 Scope* scope_;
2645 Scope* scope) {
2647 new(zone_) VariableDeclaration(proxy, mode, scope);
2654 Scope* scope) {
2656 new(zone_) FunctionDeclaration(proxy, mode, fun, scope);
2662 Scope* scope) {
2664 new(zone_) ModuleDeclaration(proxy, module, scope);
2670 Scope* scope) {
2672 new(zone_) ImportDeclaration(proxy, module, scope);
2677 Scope* scope) {
2679 new(zone_) ExportDeclaration(proxy, scope);
2759 Scope* scope,
2763 index, try_block, scope, variable, catch_block);
2938 Scope* scope,
2950 isolate_, name, scope, body,