Searched defs:block_scope (Results 1 – 3 of 3) sorted by relevance
180 auto block_scope = statement()->AsBlock()->scope(); in Exit() local
5317 Scope* block_scope = block_state.FinalizedBlockScope(); in ParseForStatement() local
3439 void Parser::DeclareClassVariable(const AstRawString* name, Scope* block_scope, in DeclareClassVariable()