[TIMOB-13270] CodeProcessor: Ti.include needs to be a direct call to eval, not an indirect call
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-03-29T05:10:11.000+0000 |
Affected Version/s | Release 3.0.0 |
Fix Version/s | Release 3.1.0 |
Components | Code Processor |
Labels | n/a |
Reporter | Bryan Hughes |
Assignee | Praveen Innamuri |
Created | 2013-03-29T04:51:21.000+0000 |
Updated | 2017-03-09T00:23:34.000+0000 |
Description
Eval calls can either be direct or indirect (see 15.1.2.1.1 in the spec). Ti.include is currently indirect, but should be direct to get the proper context set up.
Closing ticket as fixed.