Searched defs:localScope (Results 1 – 5 of 5) sorted by relevance
705 void HeapProfiler::PushToActiveScopeStack(LocalScope *localScope, EcmaHandleScope *ecmaHandleScope) in PushToActiveScopeStack()
632 auto localScope = LexicalScopeCreateOrEnter<varbinder::LocalScope>(VarBinder(), interfDecl); in VisitTSInterfaceDeclaration() local1161 … auto localScope = LexicalScopeCreateOrEnter<varbinder::ClassScope>(VarBinder(), interfaceDecl); in VisitTSInterfaceDeclaration() local
841 auto localScope = localCtx.GetScope(); in FindIdentifier() local
796 binder::LexicalScope<binder::LocalScope> localScope(Binder()); in ParseTsInterfaceDeclaration() local
2157 auto localScope = std::make_unique<Scope>(); in GetLocalScopeChain() local