Searched defs:FunctionScope (Results 1 - 2 of 2) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/varbinder/ | ||
| H A D | scope.h | 572 class FunctionScope class 574 explicit FunctionScope(ArenaAllocator *allocator, Scope *parent) FunctionScope() function in ark::es2panda::ark::es2panda::ark::es2panda::varbinder::FunctionScope [all...] |
| /arkcompiler/ets_frontend/es2panda/binder/ | ||
| H A D | scope.h | 754 class FunctionScope : public ScopeWithParamScope<VariableScope, FunctionParamScope> { global() class 756 explicit FunctionScope(ArenaAllocator *allocator, Scope *parent) : ScopeWithParamScope(allocator, parent) {} FunctionScope() function in FunctionScope [all...] |
Completed in 8 milliseconds