[TIMOB-12378] CodeProcessor: Referencing an undefined variable with an Object prototype property name causes a crash
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-01-22T22:08:28.000+0000 |
Affected Version/s | Release 3.0.0 |
Fix Version/s | Release 3.1.0, 2013 Sprint 02 JS, 2013 Sprint 02 |
Components | Code Processor |
Labels | n/a |
Reporter | Bryan Hughes |
Assignee | Praveen Innamuri |
Created | 2013-01-22T22:03:52.000+0000 |
Updated | 2017-03-09T00:25:41.000+0000 |
Description
When an undeclared variable is referenced, and that name is the same as an Object prototype property name (e.g. "toString"), then the code processor crashes
Closing ticket as fixed.