HomeSort by relevance Sort by last modified time
    Searched refs:is_declaration_scope (Results 1 - 4 of 4) 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
  /external/chromium_org/v8/src/
scopes.cc 337 if (is_declaration_scope()) {
573 } while (!previous->is_declaration_scope());
707 if (scope->is_declaration_scope() && scope->num_heap_slots() > 0) {
749 while (!scope->is_declaration_scope()) {
    [all...]
scopes.h 292 bool is_declaration_scope() const { function in class:v8::internal::Scope

Completed in 46 milliseconds