Searched refs:set_block_scope (Results 1 – 2 of 2) sorted by relevance
1336 body->set_block_scope(scope); in ParseModuleLiteral()2018 body->set_block_scope(block_scope); in ParseScopedBlock()2920 body_block->set_block_scope(for_scope); in ParseForStatement()3000 result->set_block_scope(for_scope); in ParseForStatement()
424 void set_block_scope(Scope* block_scope) { block_scope_ = block_scope; } in set_block_scope() function