try{ var n=app.activeDocument.noNativeItems.length; }catch(e){ var n=0; // オブジェクトがない場合はエラーになるので0を代入します } alert(n);