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 316 if (is_declaration_scope()) {
563 } while (!previous->is_declaration_scope());
697 if (scope->is_declaration_scope() && scope->num_heap_slots() > 0) {
739 while (!scope->is_declaration_scope()) {
    [all...]
scopes.h 271 bool is_declaration_scope() const { function in class:v8::internal::Scope

Completed in 34 milliseconds