/external/chromium_org/android_webview/buildbot/ |
deps_whitelist.py | 111 global_scope = { 117 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/tools/checkdeps/ |
builddeps.py | 251 global_scope = { 268 execfile(deps_file, global_scope, local_scope)
|
/external/chromium_org/v8/src/ |
compiler.h | 77 Scope* global_scope() const { return global_scope_; } function in class:v8::internal::CompilationInfo 175 void SetGlobalScope(Scope* global_scope) { 177 global_scope_ = global_scope;
|
scopes.cc | 115 (scope_type == MODULE_SCOPE || scope_type == GLOBAL_SCOPE) 121 ASSERT(scope_type == GLOBAL_SCOPE || outer_scope != NULL); 215 Scope* Scope::DeserializeScopeChain(Context* context, Scope* global_scope, 236 GLOBAL_SCOPE, 273 global_scope->AddInnerScope(current_scope); 274 global_scope->PropagateScopeInfo(false); 275 return (innermost_scope == NULL) ? global_scope : innermost_scope; 786 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...] |