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

  /external/v8/src/
scopes.cc 139 ASSERT((type == GLOBAL_SCOPE || type == EVAL_SCOPE) == (outer_scope == NULL));
213 Scope* global_scope) {
234 global_scope->AddInnerScope(scope);
235 if (innermost_scope == NULL) innermost_scope = global_scope;
496 Scope* global_scope = NULL; local
497 if (is_global_scope()) global_scope = this;
498 ResolveVariablesRecursively(global_scope, context);
549 case Scope::GLOBAL_SCOPE: return "global";
759 void Scope::ResolveVariable(Scope* global_scope,
762 ASSERT(global_scope == NULL || global_scope->is_global_scope())
    [all...]
scopes.h 95 GLOBAL_SCOPE // the top-level scope for a program or a top-level eval
219 bool is_global_scope() const { return type_ == GLOBAL_SCOPE; }
405 void ResolveVariable(Scope* global_scope,
408 void ResolveVariablesRecursively(Scope* global_scope,
449 : Scope(GLOBAL_SCOPE),
  /external/valgrind/main/coregrind/m_debuginfo/
debuginfo.c 3088 OSet* global_scope; local
    [all...]
  /external/mesa3d/src/glsl/
ast_to_hir.cpp 1880 const bool global_scope = (state->current_function == NULL); local
    [all...]

Completed in 64 milliseconds