Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/parsing/
Dpreparser.cc108 FunctionSyntaxKind function_syntax_kind, DeclarationScope* function_scope, in PreParseFunction()
283 DeclarationScope* function_scope = NewFunctionScope(kind); in ParseFunctionLiteral() local
Dpreparse-data.cc107 DeclarationScope* function_scope) { in Start()
232 DeclarationScope* function_scope, int function_length, in SetSkippableFunction()
288 DeclarationScope* function_scope = builder->function_scope_; in SaveDataForSkippableFunction() local
Dparser.cc47 DeclarationScope* function_scope = NewFunctionScope(kind); in DefaultConstructor() local
929 DeclarationScope* function_scope = result->scope(); in ParseFunction() local
2169 DeclarationScope* function_scope) { in DeclareFunctionNameVar()
2826 DeclarationScope* function_scope, int* num_parameters, in SkipFunction()
3030 DeclarationScope* function_scope, int* num_parameters, int* function_length, in ParseFunction()
3320 Scope* function_scope = inner_scope->outer_scope(); in InsertShadowingVarBindingInitializers() local
Dparser-base.h4312 DeclarationScope* function_scope = parameters.scope; in ParseFunctionBody() local
4583 DeclarationScope* function_scope = next_arrow_function_info_.scope; in ParseArrowFunctionLiteral() local
/third_party/ltp/tools/sparse/sparse-src/
Dscope.c40 *function_scope = &builtin_scope, // labels, arguments etc variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DAttributor.h241 static const IRPosition function_scope(const IRPosition &IRP) { in function_scope() function
/third_party/node/deps/v8/src/objects/
Dscope-info.cc204 DeclarationScope* function_scope = scope->AsDeclarationScope(); in Create() local