[TIMOB-12769] CodeProcessor: Need to evaluate all parameters to Titanium methods, not just functions
| GitHub Issue | n/a | 
|---|---|
| Type | Bug | 
| Priority | High | 
| Status | Closed | 
| Resolution | Invalid | 
| Resolution Date | 2013-02-20T01:01:38.000+0000 | 
| Affected Version/s | Release 3.0.0 | 
| Fix Version/s | 2013 Sprint 04 JS, 2013 Sprint 04 | 
| Components | Code Processor | 
| Labels | n/a | 
| Reporter | Bryan Hughes | 
| Assignee | Bryan Hughes | 
| Created | 2013-02-16T01:46:40.000+0000 | 
| Updated | 2013-03-13T18:58:40.000+0000 | 
Description
	Right now, only methods passed to Titanium methods are processed (so they can be deferred), but all other types are left alone, meaning that they are marked as _unvisited and any errors in them are not discovered. These parameters should be processed, even if their results are discarded
Turns out this is a non-issue, since it's not up to the function call implementation to parse args...that's the rule's job
Closing as Invalid based on comments above.