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_; } function in class:v8::internal::BASE_EMBEDDED
105 void SetGlobalScope(Scope* global_scope) {
107 global_scope_ = global_scope;
scopes.cc 111 (type == MODULE_SCOPE || type == GLOBAL_SCOPE)
118 ASSERT_EQ(type == GLOBAL_SCOPE, outer_scope == NULL);
203 Scope* Scope::DeserializeScopeChain(Context* context, Scope* global_scope) {
244 global_scope->AddInnerScope(current_scope);
245 global_scope->PropagateScopeInfo(false);
246 return (innermost_scope == NULL) ? global_scope : innermost_scope;
723 case GLOBAL_SCOPE: return "global";
957 ASSERT(info->global_scope()->is_global_scope());
985 var = info->global_scope()->DeclareGlobal(proxy->name());
1044 ASSERT(info->global_scope()->is_global_scope())
    [all...]
scopes.h 97 static Scope* DeserializeScopeChain(Context* context, Scope* global_scope);
271 bool is_global_scope() const { return type_ == GLOBAL_SCOPE; }
  /external/valgrind/main/coregrind/m_debuginfo/
debuginfo.c 3192 OSet* global_scope; local
    [all...]

Completed in 671 milliseconds