Home
last modified time | relevance | path

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

/external/clang/test/Sema/
D__try.c120 int function_scope = 0; in TEST() local
125 (void)function_scope; in TEST()
131 int function_scope = 0; in TEST() local
136 (void)function_scope; in TEST()
142 int function_scope = 0; in TEST() local
146 __except( function_scope ? 1 : -1 ) {} in TEST()
/external/v8/src/parsing/
Dpreparser.cc115 Scope* function_scope = NewScope(scope_, FUNCTION_SCOPE, kind); in PreParseLazyFunction() local
116 if (!has_simple_parameters) function_scope->SetHasNonSimpleParameters(); in PreParseLazyFunction()
118 FunctionState function_state(&function_state_, &scope_, function_scope, kind, in PreParseLazyFunction()
1109 Scope* function_scope = NewScope(scope_, FUNCTION_SCOPE, kind); in ParseFunctionLiteral() local
1110 function_scope->SetLanguageMode(language_mode); in ParseFunctionLiteral()
1112 FunctionState function_state(&function_state_, &scope_, function_scope, kind, in ParseFunctionLiteral()
1119 function_scope->set_start_position(start_position); in ParseFunctionLiteral()
1120 PreParserFormalParameters formals(function_scope); in ParseFunctionLiteral()
1144 language_mode = function_scope->language_mode(); in ParseFunctionLiteral()
Dparser.cc193 Scope* function_scope = NewScope(scope, FUNCTION_SCOPE, kind); in DefaultConstructor() local
194 SetLanguageMode(function_scope, in DefaultConstructor()
197 function_scope->set_start_position(pos); in DefaultConstructor()
198 function_scope->set_end_position(pos); in DefaultConstructor()
203 FunctionState function_state(&function_state_, &scope_, function_scope, in DefaultConstructor()
239 name, function_scope, body, materialized_literal_count, in DefaultConstructor()
4924 Scope* function_scope = inner_scope->outer_scope(); in InsertShadowingVarBindingInitializers() local
4925 DCHECK(function_scope->is_function_scope()); in InsertShadowingVarBindingInitializers()
4931 Variable* parameter = function_scope->LookupLocal(name); in InsertShadowingVarBindingInitializers()
/external/chromium-libpac/src/
Dproxy_resolver_v8.cc382 v8::Context::Scope function_scope(context); in ResolveProxy() local