Home
last modified time | relevance | path

Searched refs:set_block_scope (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dparser.cc1336 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()
Dast.h424 void set_block_scope(Scope* block_scope) { block_scope_ = block_scope; } in set_block_scope() function