Searched refs:parentScope (Results 1 - 2 of 2) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
H A D | parserRealSource8.js | 189 var parentScope = isInnerStatic ? context.scopeChain.fnc.type.memberScope : context.scopeChain.scope; variable 201 parentScope = instType.constructorScope; 205 parentScope = instType.containedScope; 215 parentScope = instType.constructorScope; 218 parentScope = context.scopeChain.classType.containedScope; 222 parentScope = instType.containedScope; 322 var locals = new SymbolScopeBuilder(funcMembers, ambientFuncMembers, null, null, parentScope, localContainer); 323 var statics = new SymbolScopeBuilder(funcStaticMembers, ambientFuncStaticMembers, null, null, parentScope, null); 630 var parentScope = isInnerStatic ? context.scopeChain.fnc.type.memberScope : context.scopeChain.scope;
640 parentScope [all...] |
/third_party/vk-gl-cts/framework/randomshaders/ |
H A D | rsgVariableManager.cpp | 404 VariableScope& parentScope = *m_variableScopeStack[m_variableScopeStack.size()-2]; in popVariableScope() local 406 vector<Variable*>& parenLiveVars = parentScope.getLiveVariables(); in popVariableScope()
|
Completed in 3 milliseconds