HomeSort by relevance Sort by last modified time
    Searched refs:block_scope (Results 1 - 6 of 6) sorted by null

  /external/v8/src/
full-codegen.cc 919 if (stmt->block_scope() != NULL) {
921 scope_ = stmt->block_scope();
948 if (stmt->block_scope() != NULL) {
    [all...]
full-codegen.h 210 if (statement()->AsBlock()->block_scope() != NULL) {
parser.cc 1996 Scope* block_scope = NewScope(top_scope_, BLOCK_SCOPE); local
    [all...]
ast.h 423 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; }
    [all...]
runtime.cc     [all...]
hydrogen.cc     [all...]

Completed in 997 milliseconds