[object RenderQueueItem].comp

[object RenderQueueItem].comp;

[object CompItem]が返ってくるのでそのままCompItemのメソッドを使える

例1

app.project.renderQueue.item(1).comp.name;

例2

app.project.renderQueue.item(1).comp.duration;