declaringScope   1635 core/CodegenLIR.cpp         Traits* t = info->declaringScope()->getScopeTraitsAt(scope_index);
declaringScope   2207 core/CodegenLIR.cpp         const ScopeTypeChain* scope = info->declaringScope();
declaringScope   3133 core/CodegenLIR.cpp             const ScopeTypeChain* scopeTypes = info->declaringScope();
declaringScope    183 core/MethodEnv-inlines.h     : MethodEnv(_method, createScriptScope(_method->declaringScope(), _vtable, _abcEnv))
declaringScope    289 core/MethodEnv.cpp 		if (method->declaringScope() != this->scope()->scopeTraits())
declaringScope   1206 core/MethodEnv.cpp 		ScopeChain* fscope = ScopeChain::create(gc, fvtable, this->abcEnv(), function->declaringScope(), outer, core->dxns());
declaringScope   1280 core/MethodEnv.cpp 		ScopeChain* cscope = ScopeChain::create(gc, cvtable, abcEnv, ctraits->init->declaringScope(), outer, core->dxns());
declaringScope   1290 core/MethodEnv.cpp 		ScopeChain* iscope = ScopeChain::create(gc, ivtable, abcEnv, itraits->init->declaringScope(), cscope, core->dxns());
declaringScope   1120 core/MethodInfo.cpp 		const ScopeTypeChain* ascope = this->declaringScope()->cloneWithNewTraits(pool()->core->GetGC(), atraits);
declaringScope    369 core/MethodInfo.h 		const ScopeTypeChain* declaringScope() const;
declaringScope     72 core/Toplevel.cpp 		toplevel_scope = ScopeChain::create(gc, mainVTable, abcEnv, mainTraits->init->declaringScope(), NULL, publicNS);
declaringScope    263 core/Verifier.cpp         const ScopeTypeChain* scope = info->declaringScope();
declaringScope   1465 core/Verifier.cpp 				const ScopeTypeChain* scope = info->declaringScope();
declaringScope   2067 core/Verifier.cpp 		const ScopeTypeChain* scope = info->declaringScope();
declaringScope   2217 core/Verifier.cpp 		const ScopeTypeChain* scope = info->declaringScope();
declaringScope   2867 core/Verifier.cpp 		const ScopeTypeChain* declaringScope = info->declaringScope();
declaringScope   2868 core/Verifier.cpp 		if (declaringScope && declaringScope->size > 0)
declaringScope   2871 core/Verifier.cpp 			for (int i=0, n=declaringScope->size; i < n; i++)
declaringScope   2874 core/Verifier.cpp 				v.traits = declaringScope->getScopeTraitsAt(i);
declaringScope   2875 core/Verifier.cpp 				v.isWith = declaringScope->getScopeIsWithAt(i);