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

  /external/chromium_org/android_webview/buildbot/
deps_whitelist.py 109 global_scope = {
115 execfile(deps_file_path, global_scope, local_scope)
  /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/chromium_org/v8/src/
compiler.h 79 Scope* global_scope() const { return global_scope_; } function in class:v8::internal::CompilationInfo
172 void SetGlobalScope(Scope* global_scope) {
174 global_scope_ = global_scope;
scopes.cc 117 (scope_type == MODULE_SCOPE || scope_type == GLOBAL_SCOPE)
123 ASSERT(scope_type == GLOBAL_SCOPE || outer_scope != NULL);
217 Scope* Scope::DeserializeScopeChain(Context* context, Scope* global_scope,
238 GLOBAL_SCOPE,
275 global_scope->AddInnerScope(current_scope);
276 global_scope->PropagateScopeInfo(false);
277 return (innermost_scope == NULL) ? global_scope : innermost_scope;
788 case GLOBAL_SCOPE: return "global";
    [all...]
scopes.h 107 static Scope* DeserializeScopeChain(Context* context, Scope* global_scope,
288 bool is_global_scope() const { return scope_type_ == GLOBAL_SCOPE; }
  /external/valgrind/main/coregrind/m_debuginfo/
debuginfo.c 3192 OSet* global_scope; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/
ast_to_hir.cpp 2034 const bool global_scope = (state->current_function == NULL); local
    [all...]
  /external/mesa3d/src/glsl/
ast_to_hir.cpp 2034 const bool global_scope = (state->current_function == NULL); local
    [all...]

Completed in 144 milliseconds