Home | History | Annotate | Download | only in src

Lines Matching refs:scope

467   Scope* scope() const { return scope_; }
468 void set_scope(Scope* scope) { scope_ = scope; }
485 Scope* scope_;
493 Scope* scope() const { return scope_; }
500 Scope* scope)
503 scope_(scope) {
511 // Nested scope from which the declaration originated.
512 Scope* scope_;
527 Scope* scope)
528 : Declaration(proxy, mode, scope) {
547 Scope* scope)
548 : Declaration(proxy, mode, scope),
572 Scope* scope)
573 : Declaration(proxy, MODULE, scope),
594 Scope* scope)
595 : Declaration(proxy, LET, scope),
613 ExportDeclaration(VariableProxy* proxy, Scope* scope)
614 : Declaration(proxy, LET, scope) {}
1086 Scope* scope() { return scope_; }
1091 WithStatement(Scope* scope, Expression* expression, Statement* statement)
1092 : scope_(scope),
1097 Scope* scope_;
1270 Scope* scope() { return scope_; }
1277 Scope* scope,
1281 scope_(scope),
1287 Scope* scope_;
2240 Scope* scope() const { return scope_; }
2304 Scope* scope,
2317 scope_(scope),
2337 Scope* scope_;
2864 Scope* scope) {
2866 new(zone_) VariableDeclaration(proxy, mode, scope);
2873 Scope* scope) {
2875 new(zone_) FunctionDeclaration(proxy, mode, fun, scope);
2881 Scope* scope) {
2883 new(zone_) ModuleDeclaration(proxy, module, scope);
2889 Scope* scope) {
2891 new(zone_) ImportDeclaration(proxy, module, scope);
2896 Scope* scope) {
2898 new(zone_) ExportDeclaration(proxy, scope);
2982 WithStatement* NewWithStatement(Scope* scope,
2986 scope, expression, statement);
3000 Scope* scope,
3004 index, try_block, scope, variable, catch_block);
3188 Scope* scope,
3200 isolate_, name, scope, body,