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