*
*/
public ESValue getProperty(String name, int hash)
throws EcmaScriptException
{
ESValue sprop = super.getProperty(name, hash);
if (sprop != ESUndefined.theUndefined && sprop != ESNull.theNull)
{
return sprop;
}
String newRemoteObject = remoteObject == null ? name