[TIMOB-12354] CodeProcessor: Queued and unvisited functions should be run in a proper context
GitHub Issue | n/a |
---|---|
Type | Sub-task |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-02-14T02:11:31.000+0000 |
Affected Version/s | Release 3.0.0 |
Fix Version/s | Release 3.1.0, 2013 Sprint 04 JS, 2013 Sprint 04 |
Components | Code Processor |
Labels | n/a |
Reporter | Bryan Hughes |
Assignee | Praveen Innamuri |
Created | 2013-01-20T10:49:16.000+0000 |
Updated | 2017-03-09T00:32:11.000+0000 |
Description
When a queued/unvisited function is evaluated, it is evaluated as if in it's on module context, completely ignoring the outer closures. We need a way to establish the proper closure stack so these methods can access outer closures.
Closing ticket as fixed.