Searched defs:function_scope (Results 1 – 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/parsing/ |
D | preparser.cc | 108 FunctionSyntaxKind function_syntax_kind, DeclarationScope* function_scope, in PreParseFunction() 283 DeclarationScope* function_scope = NewFunctionScope(kind); in ParseFunctionLiteral() local
|
D | preparse-data.cc | 107 DeclarationScope* function_scope) { in Start() 232 DeclarationScope* function_scope, int function_length, in SetSkippableFunction() 288 DeclarationScope* function_scope = builder->function_scope_; in SaveDataForSkippableFunction() local
|
D | parser.cc | 47 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
|
D | parser-base.h | 4312 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/ |
D | scope.c | 40 *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/ |
D | Attributor.h | 241 static const IRPosition function_scope(const IRPosition &IRP) { in function_scope() function
|
/third_party/node/deps/v8/src/objects/ |
D | scope-info.cc | 204 DeclarationScope* function_scope = scope->AsDeclarationScope(); in Create() local
|