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

  /external/chromium_org/v8/src/
compiler.h 107 Scope* global_scope() const { return global_scope_; }
230 DCHECK(global_scope_ == NULL);
231 global_scope_ = global_scope;
442 Scope* global_scope_; member in class:v8::internal::CompilationInfo
compiler.cc 146 global_scope_ = NULL;
    [all...]

Completed in 63 milliseconds