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

  /external/v8/src/
scopes.h 273 bool is_block_scope() const { return type_ == BLOCK_SCOPE; } function in class:v8::internal::Scope
scopes.cc 352 ASSERT(is_block_scope());
    [all...]
parser.cc     [all...]

Completed in 46 milliseconds