try{ var obj=app.activeDocument.noNativeItems.parent; }catch(e){ var obj=app.activeDocument; // NoNativeItemがない場合はDocumentオブジェクトにします。 } alert(obj);