Searched defs:block_scope (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dast.h423 Scope* block_scope() const { return block_scope_; } function in class:v8::internal::Block
424 void set_block_scope(Scope* block_scope) { block_scope_ = block_scope; } argument
H A Dparser.cc1996 Scope* block_scope = NewScope(top_scope_, BLOCK_SCOPE); local
2000 block_scope->set_start_position(scanner().location().beg_pos);
2001 { BlockState block_state(this, block_scope);
2016 block_scope->set_end_position(scanner().location().end_pos);
2017 block_scope = block_scope->FinalizeBlockScope();
2018 body->set_block_scope(block_scope);

Completed in 111 milliseconds