findproperty     3941 core/CodegenLIR.cpp                 LIns* i3 = callIns(FUNCTIONID(findproperty), 7,
findproperty     1974 core/Interpreter.cpp 				a1 = env->findproperty(scope, scopeBase, scopeDepth, multiname, true, withBase);
findproperty     2087 core/Interpreter.cpp             INSTR(findproperty) {
findproperty     2098 core/Interpreter.cpp 				*(++sp) = env->findproperty(scope, scopeBase, scopeDepth, multiname, b1, withBase);
findproperty      231 core/MethodEnv.h 		Atom findproperty(ScopeChain* outer, 
findproperty      582 shell/DebugCLI.cpp 		Atom objAtom = env->findproperty(outerScope, scopes, extraScopes, &mname, false);