Home
last modified time | relevance | path

Searched defs:function_scope (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/Sema/
D__try.c120 int function_scope = 0; in TEST() local
131 int function_scope = 0; in TEST() local
142 int function_scope = 0; in TEST() local
/external/v8/src/parsing/
Dpreparser.cc115 Scope* function_scope = NewScope(scope_, FUNCTION_SCOPE, kind); in PreParseLazyFunction() local
1109 Scope* function_scope = NewScope(scope_, FUNCTION_SCOPE, kind); in ParseFunctionLiteral() local
Dparser.cc193 Scope* function_scope = NewScope(scope, FUNCTION_SCOPE, kind); in DefaultConstructor() local
4924 Scope* function_scope = inner_scope->outer_scope(); in InsertShadowingVarBindingInitializers() local
/external/chromium-libpac/src/
Dproxy_resolver_v8.cc382 v8::Context::Scope function_scope(context); in ResolveProxy() local