Searched refs:block_scope (Results 1 - 6 of 6) sorted by relevance

/external/v8/src/
H A Dfull-codegen.cc919 if (stmt->block_scope() != NULL) {
921 scope_ = stmt->block_scope();
948 if (stmt->block_scope() != NULL) {
H A Dfull-codegen.h210 if (statement()->AsBlock()->block_scope() != NULL) {
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);
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 Druntime.cc10871 Handle<JSObject> block_scope =
10876 isolate, scope_info, context, block_scope)) {
10880 return block_scope;
H A Dhydrogen.cc2704 if (stmt->block_scope() != NULL) {

Completed in 646 milliseconds