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

  /external/v8/src/
scopes.cc 322 if (is_declaration_scope()) {
543 } while (!previous->is_declaration_scope());
664 if (outer->is_declaration_scope() && outer->num_heap_slots() > 0)
684 while (!scope->is_declaration_scope()) {
    [all...]
scopes.h 275 bool is_declaration_scope() const { function in class:v8::internal::Scope

Completed in 39 milliseconds