how to get Property ‘scripts’ of Yii::app()->clientScript ??

how to get Property ‘scripts’ of Yii::app()->clientScript ??

Hmm, I am not sure if that is possible without extending CClientScript class.

However, you might check manually, if some script is registered(is in clientScript script property), by using isScriptRegistered() method, but you probably already know that.