[TIMOB-10117] CodeProcessor: Inject built-in global objects
GitHub Issue | n/a |
---|---|
Type | Sub-task |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-09-04T23:40:36.000+0000 |
Affected Version/s | Release 3.0.0 |
Fix Version/s | Release 3.0.0, Sprint 2012-18 API, 2012 Sprint 18 |
Components | Code Processor |
Labels | n/a |
Reporter | Bryan Hughes |
Assignee | Praveen Innamuri |
Created | 2012-07-24T09:16:46.000+0000 |
Updated | 2017-03-08T00:40:55.000+0000 |
Description
There are a lot of global variables defined by the JavaScript runtime itself, such as console, Object, etc. These need to be injected before the Titanium API is injected.
Some of the prototypes are quite a bit more complex than I first thought, so I'm upping the remaining time estimate.
Closing ticket as resolved.