getLocal           59 libcore/as_environment.cpp     bool getLocal(as_object& locals, const std::string& name, as_value& ret);
getLocal          584 libcore/as_environment.cpp     if (getLocal(locals, varname, ret)) {
getLocal          802 libcore/asobj/SharedObject_as.cpp     as_object* obj = vm.getSharedObjectLibrary().getLocal(objName, root);
getLocal           50 libcore/asobj/SharedObject_as.h     as_object* getLocal(const std::string& name, const std::string& root);