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.cc117 Scope* function_scope = NewScope(scope_, FUNCTION_SCOPE, kind); in PreParseLazyFunction() local
118 if (!has_simple_parameters) function_scope->SetHasNonSimpleParameters(); in PreParseLazyFunction()
120 FunctionState function_state(&function_state_, &scope_, function_scope, kind, in PreParseLazyFunction()
1099 Scope* function_scope = NewScope(scope_, FUNCTION_SCOPE, kind); in ParseFunctionLiteral() local
1100 function_scope->SetLanguageMode(language_mode); in ParseFunctionLiteral()
1102 FunctionState function_state(&function_state_, &scope_, function_scope, kind, in ParseFunctionLiteral()
1109 function_scope->set_start_position(start_position); in ParseFunctionLiteral()
1110 PreParserFormalParameters formals(function_scope); in ParseFunctionLiteral()
1132 language_mode = function_scope->language_mode(); in ParseFunctionLiteral()
Dparser.cc192 Scope* function_scope = NewScope(scope, FUNCTION_SCOPE, kind); in DefaultConstructor() local
193 SetLanguageMode(function_scope, in DefaultConstructor()
196 function_scope->set_start_position(pos); in DefaultConstructor()
197 function_scope->set_end_position(pos); in DefaultConstructor()
202 FunctionState function_state(&function_state_, &scope_, function_scope, in DefaultConstructor()
215 function_scope->DeclareParameter(constructor_args_name, TEMPORARY, in DefaultConstructor()
249 name, function_scope, body, materialized_literal_count, in DefaultConstructor()
5097 Scope* function_scope = inner_scope->outer_scope(); in InsertShadowingVarBindingInitializers() local
5098 DCHECK(function_scope->is_function_scope()); in InsertShadowingVarBindingInitializers()
5104 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