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

  /external/v8/src/
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...]
parser.cc 1996 Scope* block_scope = NewScope(top_scope_, BLOCK_SCOPE); local
    [all...]

Completed in 458 milliseconds