Home
last modified time | relevance | path

Searched defs:FunctionScope (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
DcompileQueue.h29 class FunctionScope; variable
DcompileJob.h27 class FunctionScope; variable
Dpandagen.h33 class FunctionScope; variable
DcompilerContext.h27 class FunctionScope; variable
/arkcompiler/ets_frontend/ets2panda/varbinder/
DrecordTable.h39 class FunctionScope; variable
Dscope.h436 class FunctionScope; variable
467 friend class FunctionScope; variable
512 …explicit FunctionScope(ArenaAllocator *allocator, Scope *parent) : ScopeWithParamScope(allocator, … in FunctionScope() function
/arkcompiler/ets_frontend/es2panda/compiler/core/
DcompileQueue.h29 class FunctionScope; variable
Dpandagen.h32 class FunctionScope; variable
/arkcompiler/ets_frontend/es2panda/ir/base/
DscriptFunction.h33 class FunctionScope; variable
/arkcompiler/ets_frontend/es2panda/binder/
Dscope.h527 class FunctionScope; variable
564 friend class FunctionScope; variable
619 …explicit FunctionScope(ArenaAllocator *allocator, Scope *parent) : ScopeWithParamScope(allocator, … in FunctionScope() function
/arkcompiler/ets_frontend/ts2panda/src/
Dscope.ts464 export class FunctionScope extends VariableScope { class
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp2631 std::pair<binder::FunctionScope *, binder::FunctionScope *> implicitScopes) in ParseClassProperty()
2774 …bool isExtendsFromNull, std::pair<binder::FunctionScope *, binder::FunctionScope *> implicitScopes) in ParseClassElement()