Home
last modified time | relevance | path

Searched defs:function_scope (Results 1 – 7 of 7) 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.cc107 FunctionSyntaxKind function_syntax_kind, DeclarationScope* function_scope, in PreParseFunction()
283 DeclarationScope* function_scope = NewFunctionScope(kind); in ParseFunctionLiteral() local
Dpreparse-data.cc105 DeclarationScope* function_scope) { in Start()
230 DeclarationScope* function_scope, int function_length, in SetSkippableFunction()
286 DeclarationScope* function_scope = builder->function_scope_; in SaveDataForSkippableFunction() local
Dparser.cc45 DeclarationScope* function_scope = NewFunctionScope(kind); in DefaultConstructor() local
872 DeclarationScope* function_scope = result->scope(); in ParseFunction() local
2036 DeclarationScope* function_scope) { in DeclareFunctionNameVar()
2699 DeclarationScope* function_scope, int* num_parameters, in SkipFunction()
2899 DeclarationScope* function_scope, int* num_parameters, int* function_length, in ParseFunction()
3185 Scope* function_scope = inner_scope->outer_scope(); in InsertShadowingVarBindingInitializers() local
Dparser-base.h4141 DeclarationScope* function_scope = parameters.scope; in ParseFunctionBody() local
4400 DeclarationScope* function_scope = next_arrow_function_info_.scope; in ParseArrowFunctionLiteral() local
/external/chromium-libpac/src/
Dproxy_resolver_v8.cc383 v8::Context::Scope function_scope(context); in ResolveProxy() local
/external/v8/src/objects/
Dscope-info.cc183 DeclarationScope* function_scope = scope->AsDeclarationScope(); in Create() local