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

  /external/v8/src/
compiler.h 63 Scope* global_scope() const { return global_scope_; }
106 ASSERT(global_scope_ == NULL);
107 global_scope_ = global_scope;
236 Scope* global_scope_; member in class:v8::internal::BASE_EMBEDDED
compiler.cc 59 global_scope_(NULL),
74 global_scope_(NULL),
90 global_scope_(NULL),
  /external/chromium_org/v8/src/
compiler.h 79 Scope* global_scope() const { return global_scope_; }
173 ASSERT(global_scope_ == NULL);
174 global_scope_ = global_scope;
382 Scope* global_scope_; member in class:v8::internal::CompilationInfo
compiler.cc 105 global_scope_ = NULL;
    [all...]

Completed in 483 milliseconds